From 599b57f15c897d8eb08abed5c25828f86742a78a Mon Sep 17 00:00:00 2001 From: Deividas Petraitis Date: Thu, 31 Oct 2024 14:11:34 +0200 Subject: [PATCH] chore: add required labels check for backporting --- .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"