From 086b16a59c0d7c0d8d856208ec04adcc7ae9e3d0 Mon Sep 17 00:00:00 2001 From: Phantom Date: Sun, 23 Nov 2025 11:48:44 +0800 Subject: [PATCH] ci: update PR title in auto-i18n workflow to be more specific (#11406) --- .github/workflows/auto-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-i18n.yml b/.github/workflows/auto-i18n.yml index 1584ab48db..ea9f05ae03 100644 --- a/.github/workflows/auto-i18n.yml +++ b/.github/workflows/auto-i18n.yml @@ -77,7 +77,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # Use the built-in GITHUB_TOKEN for bot actions commit-message: "feat(bot): Weekly automated script run" - title: "🤖 Weekly Automated Update: ${{ env.CURRENT_DATE }}" + title: "🤖 Weekly Auto I18N Sync: ${{ env.CURRENT_DATE }}" body: | This PR includes changes generated by the weekly auto i18n. Review the changes before merging.