Skip to content

Commit

Permalink
👷 fix pr reply permission error (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Aug 17, 2023
1 parent e5338aa commit ead960c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contributors.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["kuitos", "gongshun"]
["gongshun"]

1 comment on commit ead960c

@vercel
Copy link

@vercel vercel bot commented on ead960c Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.