From 3790e48586c4bb92f195b1b9ab3d03be5c954ce1 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Tue, 19 Apr 2022 14:04:23 -0700 Subject: [PATCH] Update labeler to default backports to 2.x (#246) Signed-off-by: Tyler Ohlsen --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d193c61c..20dcf6ab 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ -# Default all changes to backporting to 1.x branch -backport 1.x: +# Default all changes to backporting to 2.x branch +backport 2.x: - '*' - '*/*' - '*/**/*'