Skip to content

Commit

Permalink
Fix permission for labeler Github Action (#5430)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim authored Sep 19, 2022
1 parent 775beea commit b46ab58
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 @@ -7,6 +7,9 @@ on:

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
Expand Down

0 comments on commit b46ab58

Please sign in to comment.