diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dba341f..31a09fb 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -6,7 +6,7 @@ name: release-please jobs: release-please: name : releasePlz - if : ${{ startsWith(github.event.head_commit.message, 'chore:') || startsWith(github.event.head_commit.message, 'Merge pull request')}} + if : ${{ startsWith(github.event.head_commit.message, 'chore:') || (startsWith(github.event.head_commit.message, 'Merge pull request') && endsWith(github.event.head_commit.message, 'release-please-action'))}} runs-on: ubuntu-latest outputs: released: ${{ steps.rp.outputs.releases_created }} diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..c82827b --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: ActionTimelineEx/Localization/Localization.json + translation: /%original_path%/%two_letters_code%.json