fix: 添加 workflow 评论权限

This commit is contained in:
shaw
2025-08-13 14:16:04 +08:00
parent 7c83859a12
commit 7bc0ee233b

View File

@@ -15,6 +15,11 @@ on:
- '.eslintrc.cjs'
- 'package.json'
permissions:
contents: read
pull-requests: write
issues: write
jobs:
lint-and-format:
runs-on: ubuntu-latest