Skip to content

Commit

Permalink
ci: set permission for label application to PRs
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Aug 21, 2023
1 parent 13d577a commit c13067c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
remove-build-label:
name: Remove build label
needs: create-artifact
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: always()
steps:
Expand Down

0 comments on commit c13067c

Please sign in to comment.