Files
spring-integration/.github/workflows/backport-issue.yml
2023-12-06 10:28:11 -05:00

12 lines
259 B
YAML

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