👷 fix pr reply permission error
This commit is contained in:
parent
14fe046fab
commit
9ce4caa344
1
.github/workflows/pr-checker.yml
vendored
1
.github/workflows/pr-checker.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
needs: read-file
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: 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 @@
|
|||
["gongshun"]
|
||||
["kuitos", "gongshun"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user