Skip to content

Commit

Permalink
doc: fix permissions in pr example in README.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
spitzerd authored Oct 12, 2024
1 parent 9fe872b commit 59c76d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v2
Expand Down

0 comments on commit 59c76d0

Please sign in to comment.