Skip to content

Commit

Permalink
Merge pull request #44 from Czarified/fix_labeler2
Browse files Browse the repository at this point in the history
Give explicit permissions to write issues.
  • Loading branch information
Czarified authored May 13, 2024
2 parents 5755abf + 05f25f9 commit c974ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
actions: read
contents: read
issues: write # <--- permission granted explicitely
security-events: write
steps:
- name: Check out the repository
Expand Down

0 comments on commit c974ef0

Please sign in to comment.