Skip to content

Commit

Permalink
fix: PR management workflow missing perms lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent dbfea5e commit 5777e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request_target:
types: [opened, reopened, edited, synchronize, labeled]

permissions:
pull-requests: write

jobs:
add_labels_reviewers_assignees:
name: Add labels, reviewers & assignees
Expand Down

0 comments on commit 5777e00

Please sign in to comment.