Skip to content

Commit

Permalink
Give assignPRs workflow write permissions (#20021)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jul 24, 2023
1 parent e8ce6a5 commit 18350bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/AssignPrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: wow-actions/auto-assign@v3
with:
Expand Down

0 comments on commit 18350bc

Please sign in to comment.