This commit is contained in:
阿菜 Cai 2026-01-14 11:29:42 +00:00 committed by GitHub
commit 1944e6ec7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,6 +207,9 @@ By default, github-script will use the token provided to your workflow.
on: on:
issues: issues:
types: [opened] types: [opened]
# see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
permissions:
issues: 'write'
jobs: jobs:
comment: comment: