👷 fix pr reply permission error (#2601)
This commit is contained in:
parent
e5338aaf2d
commit
ead960c041
1
.github/workflows/pr-checker.yml
vendored
1
.github/workflows/pr-checker.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
needs: read-file
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
if: contains(fromJSON(needs.read-file.outputs.require-result), github.event.pull_request.user.login) == false && github.event.pull_request.merged == true
|
||||
steps:
|
||||
- uses: actions-cool/maintain-one-comment@v3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
["kuitos", "gongshun"]
|
||||
["gongshun"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user