Skip to content

Commit

Permalink
update: issue bot permission
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 25, 2023
1 parent 311f6cd commit f25d9e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issuebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
name: close invalid issue
if: github.event.label.name == 'invalid'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions-cool/issues-helper@v3
with:
Expand All @@ -39,6 +42,9 @@ jobs:
name: close duplicate issue
if: github.event.label.name == 'duplicate'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions-cool/issues-helper@v3
with:
Expand Down

0 comments on commit f25d9e3

Please sign in to comment.