Skip to content

Commit

Permalink
ci: Give pr labeller write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jan 31, 2025
1 parent c53393a commit 0b5a801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-label-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
types:
[opened, reopened, labeled, unlabeled]

permissions:
pull-requests: write

jobs:
assign-labels:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b5a801

Please sign in to comment.