Skip to content

Commit 946774c

Browse files
authored
Fix close-if-fork-develop job permissions (#5088)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 15edbc8 commit 946774c

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
@@ -73,6 +73,8 @@ jobs:
7373
close-if-fork-develop:
7474
name: Forbid develop branch fork contributions
7575
runs-on: ubuntu-24.04
76+
permissions:
77+
pull-requests: write
7678
if: >
7779
github.event.action == 'opened' &&
7880
github.event.pull_request.head.ref == 'develop' &&

0 commit comments

Comments
 (0)