We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9a1ea commit c3b3febCopy full SHA for c3b3feb
.github/workflows/cherry-pick-pr-for-label.yml
@@ -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