diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 830a84a5350e3..e87725ef86b99 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -1,4 +1,4 @@ -name: Crowdin Sync +name: Synchronisation of translations using Crowdin on: push: @@ -7,7 +7,7 @@ on: jobs: synchronize-with-crowdin: - name: Synchronize with Crowdin + name: Synchronisation of translations using Crowdin runs-on: ubuntu-latest steps: - name: Checkout @@ -44,13 +44,13 @@ jobs: pull_request_base_branch_name: main # Create pull request after pushing to branch # create_pull_request: # default is true + # To add labels for created pull request + pull_request_labels: 'translations' # The title of the new pull request pull_request_title: "l10n: 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_body: '### What\n> [!IMPORTANT]\n> This is a Crowdin generated PR\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' # The contents of the pull request # pull_request_body: # optional - # To add labels for created pull request - pull_request_labels: "translations" # Create pull request to specified branch instead of default one # pull_request_base_branch_name: # optional # Option to upload or download files to the specified version branch in your Crowdin project