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 bfaa6be commit 48f577eCopy full SHA for 48f577e
.github/workflows/auto-cherry-pick.yml
@@ -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@v5
12
+ secrets:
13
+ GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
.github/workflows/backport-issue.yml
@@ -0,0 +1,12 @@
+name: Backport Issue
+ backport-issue:
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v5
0 commit comments