Files
spring-kafka/.github/workflows/auto-cherry-pick.yml
Artem Bilan 311e7ea80f 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 b5f989c420)
2024-02-08 23:24:15 +00:00

13 lines
274 B
YAML

name: Auto Cherry-Pick
on:
push:
branches:
- main
- '*.x'
jobs:
cherry-pick-commit:
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}