summaryrefslogtreecommitdiff
path: root/.github/workflows/mergifyio_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/mergifyio_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/mergifyio_backport.yml')
-rw-r--r--.github/workflows/mergifyio_backport.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/mergifyio_backport.yml b/.github/workflows/mergifyio_backport.yml
deleted file mode 100644
index d9f863d9a..000000000
--- a/.github/workflows/mergifyio_backport.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Mergifyio backport
-
-on: [issue_comment]
-
-jobs:
- mergifyio_backport:
- if: github.repository == 'vyos/vyos-1x'
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - uses: actions-ecosystem/action-regex-match@v2
- id: regex-match
- with:
- text: ${{ github.event.comment.body }}
- regex: '@[Mm][Ee][Rr][Gg][Ii][Ff][Yy][Ii][Oo] backport '
-
- - uses: actions-ecosystem/action-add-labels@v1
- if: ${{ steps.regex-match.outputs.match != '' }}
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- labels: backport