From 105f2ac723e3897e0cf9b2d1351e134b360b9fce Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 30 Apr 2025 18:19:09 -0500 Subject: [PATCH] Update crowdin.yml labels and commit message --- .github/workflows/crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) 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).