Skip to content

Commit 577bfa6

Browse files
committed
Fix permission for cherry-pick workflow
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent c67044b commit 577bfa6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: Cherry pick PR into release-1.0 branch
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- main
7-
types: ["closed"]
8-
9-
permissions:
10-
contents: write
11-
pull-requests: write
127

138
jobs:
149
cherry_pick_release_1_0:

0 commit comments

Comments
 (0)