From a080cdb43263495e4909b3625dffb364e6131250 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:21:06 -0500 Subject: [PATCH] chore: Update GitHub Configs (#6135) --- .github/workflows/locale-sync.yml | 5 +++-- .github/workflows/pull-request-lint.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/locale-sync.yml b/.github/workflows/locale-sync.yml index a5b4999df..18750f183 100644 --- a/.github/workflows/locale-sync.yml +++ b/.github/workflows/locale-sync.yml @@ -86,7 +86,7 @@ jobs: # Add and commit changes git add . - git commit -m "chore: automatic locale sync" + git commit -m "chore: crowdin locale sync" # Push the branch git push origin "$BRANCH_NAME" @@ -96,9 +96,10 @@ jobs: # Create PR using GitHub CLI with explicit repository gh pr create \ --repo "${{ github.repository }}" \ - --title "chore: automatic locale sync" \ + --title "chore(l10n): Crowdin locale sync" \ --base "$BASE_BRANCH" \ --head "$BRANCH_NAME" \ + --label "l10n" \ --body "## Summary Automatically generated locale updates from the weekly sync job. diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index dd1b41d37..67d67e843 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -31,6 +31,7 @@ jobs: deps auto l10n + config # Configure that a scope must always be provided. requireScope: false # If the PR contains one of these newline-delimited labels, the