Skip to content

Commit

Permalink
add permissions to labeler (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus authored Sep 20, 2024
1 parent 5926f5e commit 95d9574
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 @@ -6,6 +6,9 @@ on:

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
name: Label the PR size
Expand Down

0 comments on commit 95d9574

Please sign in to comment.