[feat] Add issues: write permission to lint-and-format workflow

The lint-and-format workflow creates comments on PRs, which requires
the issues: write permission to function properly.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
snomiao
2025-08-12 06:49:15 +00:00
parent dc444faa75
commit 6b085ea8c4

View File

@@ -7,6 +7,7 @@ on:
permissions:
contents: write
pull-requests: write
issues: write
jobs:
lint-and-format: