Add backport-issue.yml GHA workflow

This commit is contained in:
Artem Bilan
2023-12-06 10:28:11 -05:00
parent ba287aeb5b
commit 6d2bf330d1

12
.github/workflows/backport-issue.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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 }}