From 3e487bac7791702d8aae53ed3ba4143ae80686eb Mon Sep 17 00:00:00 2001 From: Neko Date: Wed, 10 Dec 2025 14:48:33 +0800 Subject: [PATCH] chore(ci): set commit message for Crowdin actions --- .github/workflows/crowdin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin.yaml b/.github/workflows/crowdin.yaml index b8b46487a..78eac2c4a 100644 --- a/.github/workflows/crowdin.yaml +++ b/.github/workflows/crowdin.yaml @@ -21,6 +21,7 @@ jobs: download_translations: true localization_branch_name: crowdin create_pull_request: true + commit_message: 'chore(i18n): update translations' pull_request_title: 'chore(i18n): update translations' pull_request_body: 'This PR contains updated translations from Crowdin. Created from [GitHub Actions](https://github.com/moeru-ai/airi/blob/main/.github/workflows/crowdin.yaml).\n\n You can review the source of translations [here](https://crowdin.com/project/proj-airi)' pull_request_base_branch_name: main