Skip to content

Commit 311e7ea

Browse files
artembilanspring-builds
authored andcommitted
Add auto-cherry-pick.yml GHA workflow
and tries to cherry-pick it to requested branches in that sentence. For example like with this commit: (cherry picked from commit b5f989c)
1 parent 3387e91 commit 311e7ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Auto Cherry-Pick
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- '*.x'
8+
9+
jobs:
10+
cherry-pick-commit:
11+
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
12+
secrets:
13+
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 commit comments

Comments
 (0)