From f26240316e2dc2be404390098c697eaa03464551 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 14 Feb 2024 09:31:48 -0500 Subject: [PATCH] github: add labels when PRs target LTS branches Signed-off-by: Simon Deziel (cherry picked from commit 9323bd28dcb5722b06c24de2a1fe204e087b73f2) --- .github/labeler.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index f219e55c5361..154fd7ab2807 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,3 +5,12 @@ API: Documentation: - doc/**/* - .sphinx/**/* + +"5.21 LTS": +- base-branch: 'stable-5.21' + +"5.0 LTS": +- base-branch: 'stable-5.0' + +"4.0 LTS": +- base-branch: 'stable-4.0'