ci: update PR title in auto-i18n workflow to be more specific (#11406)

This commit is contained in:
Phantom
2025-11-23 11:48:44 +08:00
committed by GitHub
parent e2562d8224
commit 086b16a59c

View File

@@ -77,7 +77,7 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} # Use the built-in GITHUB_TOKEN for bot actions token: ${{ secrets.GITHUB_TOKEN }} # Use the built-in GITHUB_TOKEN for bot actions
commit-message: "feat(bot): Weekly automated script run" commit-message: "feat(bot): Weekly automated script run"
title: "🤖 Weekly Automated Update: ${{ env.CURRENT_DATE }}" title: "🤖 Weekly Auto I18N Sync: ${{ env.CURRENT_DATE }}"
body: | body: |
This PR includes changes generated by the weekly auto i18n. This PR includes changes generated by the weekly auto i18n.
Review the changes before merging. Review the changes before merging.