👷 fix pr reply permission error (#2602)
This commit is contained in:
parent
ead960c041
commit
14fe046fab
1
.github/workflows/pr-checker.yml
vendored
1
.github/workflows/pr-checker.yml
vendored
|
|
@ -38,7 +38,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: read-file
|
needs: read-file
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
|
||||||
issues: 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
|
if: contains(fromJSON(needs.read-file.outputs.require-result), github.event.pull_request.user.login) == false && github.event.pull_request.merged == true
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user