Skip to content

Commit

Permalink
Fix GH action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Mar 1, 2024
1 parent c6a9fe2 commit 939de37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
issue_comment:

jobs:
Label:
label:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
name: Assign Labels
steps:
Expand Down

0 comments on commit 939de37

Please sign in to comment.