Files
spring-integration/.github/workflows/backport-issue.yml
Artem Bilan 961d769f09 Add backport-issue.yml GHA workflow
(cherry picked from commit 6d2bf330d1)
2023-12-06 12:57:28 -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 }}