Skip to content

Commit

Permalink
Add explicit permissions to labeler (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jan 13, 2024
1 parent 9fc0434 commit bcf1f74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Labeler
on: [pull_request_target]

permissions:
contents: read
pull-requests: write

jobs:
label:

Expand Down

0 comments on commit bcf1f74

Please sign in to comment.