diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 336da9fbc..3c9c377ef 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -22,10 +22,12 @@ jobs: upload_translations: false download_translations: true localization_branch_name: l10n_crowdin_translations + commit_message: 'chore(l10n): New Crowdin Translations by GitHub Action' create_pull_request: true pull_request_title: 'chore(l10n): New Crowdin Translations' pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' pull_request_base_branch_name: 'master' + pull_request_labels: 'l10n' crowdin_branch_name: 'master' env: # A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).