Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit411c2c2

Browse files
committed
Add cherry pick label workflow
1 parented1422c commit411c2c2

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)

[8]ページ先頭

©2009-2025 Movatter.jp