Files
spring-integration/.github/workflows/auto-cherry-pick.yml
Artem Bilan f65867ae0d Upgrade to reusable spring-io/spring-github-workflows@v3
Apparently Dependabot can upgrade reusable GHA workflows as well.
So less burden on support and less stress from changes in those reusable workflows in `main`

(cherry picked from commit de58d8c942)

# Conflicts:
#	.github/workflows/ci-snapshot.yml
2024-07-18 16:30:56 -04:00

13 lines
272 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@v3
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}