From 9fe14b72c2192ac64e5e9c816cc4c79b976d2d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <53346444+ArchiDog1998@users.noreply.github.com> Date: Sat, 11 May 2024 20:04:00 +0800 Subject: [PATCH 1/2] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml 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 From e9e39fbbb26c171df403ed7726ccd92eab357fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <53346444+ArchiDog1998@users.noreply.github.com> Date: Sat, 11 May 2024 20:05:57 +0800 Subject: [PATCH 2/2] Update release-please.yml --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}