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"