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` **Auto-cherry-pick to `6.3.x` & `6.2.x`**
13 lines
272 B
YAML
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 }} |