From 311f2326863418193534a68164ca710af47932ca Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:28:27 -0700 Subject: [PATCH] Add translation category and Crowdin PR label --- .github/release-drafter.yml | 7 +++++++ .github/workflows/crowdin.yml | 1 + 2 files changed, 8 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f7c315340..eac6e295a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,6 +17,7 @@ version-resolver: - 'bug' - 'fix' - 'dependencies' + - 'translation' - 'documentation' default: patch @@ -38,6 +39,9 @@ categories: - 'dependencies' - 'ci' - 'chore' + - title: '🌐 Translations' + labels: + - 'translation' - title: '📚 Documentation' labels: - 'documentation' @@ -72,6 +76,9 @@ autolabeler: - 'Dockerfile*' - 'docker-entrypoint.sh' - 'k3d/**' + + - label: 'translation' + files: - 'public/locales/**' template: | diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index f417cac7a..a841c7b76 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -25,6 +25,7 @@ jobs: download_translations: true crowdin_branch_name: dev localization_branch_name: l10n_dev + pull_request_labels: translation env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}