Skip to content

Commit c3b3feb

Browse files
committed
Add cherry pick workflow
1 parent 8c9a1ea commit c3b3feb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Cherry pick PR commits for label
2+
on:
3+
pull_request_target:
4+
types: [closed]
5+
jobs:
6+
cherry_pick_pr_for_label:
7+
name: Cherry pick PR commits for label
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Cherry Pick PR for label
12+
uses: kurrent-io/Automations/cherry-pick-pr-for-label@master
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)