Skip to content

Commit

Permalink
Grant permissions to write to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed May 2, 2024
1 parent 9fd0860 commit 72902bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: labeler

on: [pull_request]

permissions:
pull-requests: write

jobs:
labeler:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72902bb

Please sign in to comment.