Skip to content

Commit

Permalink
chore(gha): add missing pull-requests permission (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jan 15, 2025
1 parent db03577 commit bb4a05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: '🫵 Auto Author Assign'
on:
pull_request:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
if: ${{ !github.event.pull_request.head.repo.fork }}
Expand Down

0 comments on commit bb4a05f

Please sign in to comment.