Skip to content

Commit

Permalink
chore(action): create backport-pr.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead authored Jan 2, 2025
1 parent 08205bd commit ff9a941
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backport-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Link-Backport-PR-Issue

on:
pull_request:
types: [opened]
branches:
- master
- "v*"

jobs:
call-workflow:
uses: longhorn/longhorn/.github/workflows/backport-pr.yml@master

0 comments on commit ff9a941

Please sign in to comment.