Files
spring-integration/.github/workflows/backport-issue.yml
2024-02-16 17:24:14 -05:00

12 lines
258 B
YAML

name: Backport Issue
on:
push:
branches:
- '*.x'
jobs:
backport-issue:
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}