From 1a4311b2501258d16de1808b820a2c357acb56ce Mon Sep 17 00:00:00 2001 From: Deividas Petraitis Date: Thu, 31 Oct 2024 22:55:09 +0200 Subject: [PATCH] chore: add required labels check for backporting (#543) --- .github/workflows/required-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/required-labels.yml b/.github/workflows/required-labels.yml index c550d6e6e..2c6a46a39 100644 --- a/.github/workflows/required-labels.yml +++ b/.github/workflows/required-labels.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, labeled, unlabeled, synchronize] branches: - - "v25.x" + - "v26.x" jobs: backport_labels: @@ -26,4 +26,4 @@ jobs: with: #Require one of the following labels mode: exactly count: 1 - labels: "A:backport/v26.x" + labels: "A:backport/v27.x"