Skip to content

Commit fbdcc59

Browse files
committed
Fix workflow permissions
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 69647a3 commit fbdcc59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
name: Label Community PRs
4646
runs-on: ubuntu-24.04
4747
if: github.event.action == 'opened'
48+
permissions:
49+
pull-requests: write
4850
steps:
4951
- name: Check membership
5052
if: github.event.pull_request.user.login != 'renovate[bot]'

0 commit comments

Comments
 (0)