From 04215a68eedd4c97b4a96584f0c0c0a16b32b2ca Mon Sep 17 00:00:00 2001 From: Deividas Petraitis Date: Wed, 4 Dec 2024 12:32:57 +0200 Subject: [PATCH] BE-659 | Update required labels Pipeline: require backport to v28.x --- .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 2c6a46a39..819dc92cb 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: - - "v26.x" + - "v27.x" jobs: backport_labels: @@ -26,4 +26,4 @@ jobs: with: #Require one of the following labels mode: exactly count: 1 - labels: "A:backport/v27.x" + labels: "A:backport/v28.x"