Skip to content

Commit

Permalink
fix: pr-checker permission (umijs#11525)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Aug 17, 2023
1 parent 511aae4 commit daec0c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
check-merged:
runs-on: ubuntu-latest
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
Expand Down

0 comments on commit daec0c4

Please sign in to comment.