Skip to content

Commit 0b7f3ef

Browse files
committed
chore: update changelog label check permissions
The changelog label check updates the pull-request's labels so I think it needs pull-request write permissions. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent f947d31 commit 0b7f3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
14-
issues: write
14+
pull-requests: write
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v5

0 commit comments

Comments
 (0)