From 359b43e575a75eec75d5cb92d459d9e02fb364b4 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 11 Mar 2026 16:46:56 +1100 Subject: [PATCH] build(actions): Crowdin download to a conventional commit (#26705) --- .github/workflows/docs_crowdin_download.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs_crowdin_download.yml b/.github/workflows/docs_crowdin_download.yml index 9fef0afb0e..aa7034b700 100644 --- a/.github/workflows/docs_crowdin_download.yml +++ b/.github/workflows/docs_crowdin_download.yml @@ -34,13 +34,13 @@ jobs: upload_sources: false upload_translations: false download_translations: true - commit_message: New Crowdin translations - ${{ matrix.lc }} + commit_message: 'docs(i18n): PX4 guide translations (Crowdin) - ${{ matrix.lc }}' localization_branch_name: l10n_crowdin_docs_translations_${{ matrix.lc }} crowdin_branch_name: main create_pull_request: true pull_request_base_branch_name: 'main' - pull_request_title: New PX4 guide translations (Crowdin) - ${{ matrix.lc }} - pull_request_body: 'New PX4 guide Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action) for ${{ matrix.lc }}' + pull_request_title: 'docs(i18n): PX4 guide translations (Crowdin) - ${{ matrix.lc }}' + pull_request_body: 'docs(i18n): PX4 guide Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action) for ${{ matrix.lc }}' pull_request_labels: 'Documentation 📑' pull_request_reviewers: hamishwillee download_language: ${{ matrix.lc }}