Skip to content

Commit

Permalink
ci: fix label validation PR comment permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Oct 7, 2024
1 parent 68930cc commit eefb552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-label-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: read
pull-requests: write
steps:
- name: Require PR to have a changelog label
uses: mheap/github-action-required-labels@v5
Expand Down

0 comments on commit eefb552

Please sign in to comment.