diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-15 14:38:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 14:38:22 +0200 |
commit | 2b6820126d4891d5f7d2c53b66ba08468fe82f55 (patch) | |
tree | 7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/label-backport.yml | |
parent | a7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff) | |
parent | dcb5d50abd66e207156f371fb80e6497d33390e8 (diff) | |
download | vyos-1x-2b6820126d4891d5f7d2c53b66ba08468fe82f55.tar.gz vyos-1x-2b6820126d4891d5f7d2c53b66ba08468fe82f55.zip |
Merge pull request #3649 from vyos/mergify/bp/equuleus/pr-36471.3.8
T6487: updated central workflows to use equuleus branch (backport #3647)
Diffstat (limited to '.github/workflows/label-backport.yml')
-rw-r--r-- | .github/workflows/label-backport.yml | 12 |
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..1ea862f8e --- /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@equuleus + secrets: inherit |