Skip to content

Commit

Permalink
Provide proper permission
Browse files Browse the repository at this point in the history
  • Loading branch information
CybAtax committed May 24, 2024
1 parent ba1088b commit fedfc0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/author-pr-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Assign author to PR
on:
pull_request:

permissions:
issues: write
pull-requests: write

concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
Expand Down

0 comments on commit fedfc0a

Please sign in to comment.