Skip to content

Commit defaa29

Browse files
authored
Merge pull request #232 from vishnoianil/fix-perms
Fix permission for cherry-pick workflow
2 parents c67044b + 577bfa6 commit defaa29

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)