From a2476914b0b44ac6a9de8102d879e8b064bafe0c Mon Sep 17 00:00:00 2001 From: Dmitriy Abragamov Date: Fri, 14 Aug 2026 18:37:54 -0400 Subject: [PATCH] chore: use conventional-commit title for Lokalise PRs Our "Validate PR Title" check (commitlint) requires a conventional- commit format title. The pull_translations action's default title ('[Lokalise] New translation available') has no type prefix and fails that check, blocking every auto-generated translation PR from merging (see #2570). Pass an explicit pr_title via the new input added in Gusto/embedded-i18n-actions#42. --- .github/workflows/pull-translations.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-translations.yaml b/.github/workflows/pull-translations.yaml index bd43350fcd..7f0d35c41d 100644 --- a/.github/workflows/pull-translations.yaml +++ b/.github/workflows/pull-translations.yaml @@ -16,3 +16,4 @@ jobs: lokalise_api_token: ${{ secrets.LOKALISE_API_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} file_format: json + pr_title: 'chore: sync translations from Lokalise'