feat: Add issues write permission to workflows to avoid lint and i18n workflow conflicts

- Add issues: write permission to lint-and-format.yaml
- Add issues: write permission to i18n.yaml
- Prevents workflow conflicts when updating PR statuses or comments
This commit is contained in:
snomiao
2025-08-13 06:49:05 +00:00
committed by GitHub
parent ec2888a116
commit 45b43aa093
2 changed files with 3 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ jobs:
if: steps.verify-changed-files.outputs.changed == 'true' && github.event.pull_request.head.repo.full_name == github.repository
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[auto-fix] Apply ESLint and Prettier fixe'
commit_message: '[auto-fix] Apply ESLint and Prettier fix'
- name: Final validation
run: |