[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 89c78b0ecb
commit a7dd696cbe

View File

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