summaryrefslogtreecommitdiff
path: root/.github/workflows/label-backport.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label-backport.yml')
-rw-r--r--.github/workflows/label-backport.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/label-backport.yml b/.github/workflows/label-backport.yml
new file mode 100644
index 0000000..9192b81
--- /dev/null
+++ b/.github/workflows/label-backport.yml
@@ -0,0 +1,12 @@
+name: Mergifyio backport
+
+on: [issue_comment]
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ mergifyio-backport:
+ uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
+ secrets: inherit