👷 fix pr reply permission error (#2602)

This commit is contained in:
Kuitos 2023-08-17 11:32:49 +08:00 committed by GitHub
parent ead960c041
commit 14fe046fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ jobs:
runs-on: ubuntu-latest
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: