Skip to content

Commit

Permalink
chore: add required labels check for backporting (#543) (#544)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a4311b)

Co-authored-by: Deividas Petraitis <[email protected]>
  • Loading branch information
mergify[bot] and deividaspetraitis authored Nov 1, 2024
1 parent c9d8055 commit e063048
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:
- "v25.x"
- "v26.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/v26.x"
labels: "A:backport/v27.x"

0 comments on commit e063048

Please sign in to comment.