summaryrefslogtreecommitdiff
path: root/.github/workflows/label-backport.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-26 01:57:59 +0530
committerGitHub <noreply@github.com>2024-05-25 22:27:59 +0200
commit9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (patch)
treefae69af3ccd22e81a494c232034069263d3aab92 /.github/workflows/label-backport.yml
parentb8d844027482ee3e2ec73e4b1c7881572e962f98 (diff)
downloadvyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.tar.gz
vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.zip
T6399: added reusable workflows codeowners file to sagitta (#3515)
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 000000000..9192b8184
--- /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