From e7bfd273ed55dfca944895e407e7a5f9e227e321 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Wed, 14 Sep 2022 11:58:10 +1000 Subject: [PATCH] chore: improve label match for stable --- .github/multi-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/multi-labeler.yml b/.github/multi-labeler.yml index 97fd20f4f5..76b2cbb647 100644 --- a/.github/multi-labeler.yml +++ b/.github/multi-labeler.yml @@ -37,7 +37,7 @@ labels: # note, this does not pick up chained PRs automatically - label: 'stable' matcher: - baseBranch: '^stable-\\d+\\.' + baseBranch: '^stable-\\d+\\.\\d+' - label: 'cherry-pick' matcher: