Skip to content

Commit

Permalink
Add auto-cherry-pick.yml GHA workflow
Browse files Browse the repository at this point in the history
and tries to cherry-pick it to requested branches in that sentence.
For example like with this commit:

(cherry picked from commit b5f989c)
  • Loading branch information
artembilan authored and spring-builds committed Feb 8, 2024
1 parent 3387e91 commit 311e7ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-cherry-pick.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 }}

0 comments on commit 311e7ea

Please sign in to comment.