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
12 lines
256 B
YAML
12 lines
256 B
YAML
name: Backport Issue
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*.x'
|
|
|
|
jobs:
|
|
backport-issue:
|
|
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v3
|
|
secrets:
|
|
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} |