Add auto-cherry-pick.yml GHA workflow

This commit is contained in:
Artem Bilan
2024-02-08 14:14:44 -05:00
parent 4b43969438
commit 4a02455971

13
.github/workflows/auto-cherry-pick.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Backport Issue
on:
push:
branches:
- main
- '*.x'
jobs:
backport-issue:
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}