Skip to content

Commit

Permalink
Add Backport issue GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 7, 2023
1 parent ef61ee8 commit 28e12db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backport-issue.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 28e12db

Please sign in to comment.