Skip to content

Commit

Permalink
ci: test fixing permissions on validate-release-label job
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Aug 28, 2024
1 parent 1d2500e commit bf1b072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-label-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
validate-release-label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: read
steps:
- name: Require PR to have a changelog label
uses: mheap/github-action-required-labels@v5
Expand Down

0 comments on commit bf1b072

Please sign in to comment.