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' - '.eslintrc.cjs'
- 'package.json' - 'package.json'
permissions:
contents: read
pull-requests: write
issues: write
jobs: jobs:
lint-and-format: lint-and-format:
runs-on: ubuntu-latest runs-on: ubuntu-latest