Skip to content

Commit

Permalink
ci(.github): add issues write permisions to triage-bot worflow (#24963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Sep 27, 2022
1 parent af37ad6 commit 770c5e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
triage-issue:
runs-on: ubuntu-latest

permissions:
issues: write

steps:
- uses: actions/checkout@v2
- uses: actions/github-script@v6
Expand Down

0 comments on commit 770c5e1

Please sign in to comment.