From 38f89aca53465ee2ad57f784e33cad75f5bf12b4 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sat, 19 Oct 2024 14:14:57 +0200 Subject: [PATCH 1/4] ci: Update crowdin.yml --- crowdin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index ff83f49a0162..94746d38cb37 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,7 +1,8 @@ -pull_request_body: '### What\n- Automated pull request pulling in new or updated translations from Crowdin (https://translate.openfoodfacts.org).\n## Checklist\n- [ ] Check that they are no bad translations. If there are, correct them directly in Crowdin so that they are not resynced again. Then you can correct them here as well, or wait 24 hours for the sync to happen automatically.\n- [ ] Put extra attention on Acholi, which is used mistakenly as a sandbox by people discovering the self-service translation button on Open Food Facts\n- [ ] Once you are happy, that automated checks pass, you can approve the PR and merge it.\n### Part of\n- Translations' project_id_env: CROWDIN_PROJECT_ID api_token_env: CROWDIN_PERSONAL_TOKEN pull_request_title: 'chore: New Crowdin translations to review and merge' +pull_request_body: '### What\n- Automated pull request pulling in new or updated translations from Crowdin (https://translate.openfoodfacts.org).\n## Checklist\n- [ ] Check that they are no bad translations. If there are, correct them directly in Crowdin so that they are not resynced again. Then you can correct them here as well, or wait 24 hours for the sync to happen automatically.\n- [ ] Put extra attention on Acholi, which is used mistakenly as a sandbox by people discovering the self-service translation button on Open Food Facts\n- [ ] Once you are happy, that automated checks pass, you can approve the PR and merge it.\n### Part of\n- Translations' +pull_request_labels : 'translations' preserve_hierarchy: 1 files: - source: /lang/en/texts/google-impact-challenge-on-climate.html From fa36ce1c6989a1ea8cdc53b6402c9c90e2b72277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:20:53 +0000 Subject: [PATCH 2/4] chore(deps): bump crowdin/github-action from 2.2.0 to 2.3.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-per-language.yml | 2 +- .github/workflows/crowdin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-per-language.yml b/.github/workflows/crowdin-per-language.yml index d86f5cac7299..ca49a64c78dd 100644 --- a/.github/workflows/crowdin-per-language.yml +++ b/.github/workflows/crowdin-per-language.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Matrix - uses: crowdin/github-action@v2.2.0 + uses: crowdin/github-action@v2.3.0 with: upload_translations: false # default is false download_translations: true diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 9905f9319b04..9fdae1e31481 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: crowdin action - uses: crowdin/github-action@v2.2.0 + uses: crowdin/github-action@v2.3.0 with: upload_translations: false # default is false # Use this option to upload translations for a single specified language From 85e5d878a45ae85e3a06fe9c62cb81ab6a6e746f Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 6 Nov 2024 18:38:34 +0100 Subject: [PATCH 3/4] ci: googleapis/release-please-action --- .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 30231028f0c1..72fb38dc6591 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v4.1.3 + - uses: googleapis/release-please-action@v4.1.3 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: simple From ff503250fec2d705d69ea409472612670a1fc902 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sun, 17 Nov 2024 17:37:42 +0100 Subject: [PATCH 4/4] fix: Update label.yml --- .github/workflows/label.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index ae2e51fb3352..95651f44b601 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -5,8 +5,9 @@ # file with configuration. For more information, see: # https://github.com/actions/labeler -name: Labeler -on: [pull_request] +name: "Pull Request Labeler" +on: +- pull_request_target concurrency: group: ${{ github.workflow }}-${{ github.ref }}