From dcb5d50abd66e207156f371fb80e6497d33390e8 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Fri, 14 Jun 2024 17:48:34 +0530 Subject: T6487: updated central workflows to use current branch (cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737) --- .github/workflows/label-backport.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/label-backport.yml (limited to '.github/workflows/label-backport.yml') 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 -- cgit v1.2.3