From 54331e1101775c0e8c0cdc642016ec1a79935cbb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 5 May 2025 17:08:05 +0200 Subject: [PATCH] labels: fix backport labels for CI workflows This broke in #402304. According to the upstream docs it's possible to use the same label multiple times, this should work. --- .github/labeler-no-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labeler-no-sync.yml b/.github/labeler-no-sync.yml index 013156bf26a3..0ae69549d6dc 100644 --- a/.github/labeler-no-sync.yml +++ b/.github/labeler-no-sync.yml @@ -28,6 +28,8 @@ - any-glob-to-any-file: - .github/workflows/* - ci/**/*.* + +"backport release-24.11": - all: - head-branch: # r-ryantm's branches have this prefix.