Skip to content

Commit

Permalink
BE-659 | Update required labels (#585) (#586)
Browse files Browse the repository at this point in the history
Pipeline: require backport to v28.x
(cherry picked from commit 7389cc7)

Co-authored-by: Deividas Petraitis <[email protected]>
  • Loading branch information
mergify[bot] and deividaspetraitis authored Dec 4, 2024
1 parent 6743fcc commit d322a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/required-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches:
- "v26.x"
- "v27.x"

jobs:
backport_labels:
Expand All @@ -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"

0 comments on commit d322a6d

Please sign in to comment.