From 20ab35ae0cf1517124e9d490c1d25838e31483c7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 20 Dec 2025 18:19:29 +0000 Subject: [PATCH] github/labeler: auto-tag backports for labeler The labeler reads its config from the PR's base branch. Therefore, its config files need to be kept in sync across development branches, like other CI files. --- .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 e79bcade7820..b0bee8d48a72 100644 --- a/.github/labeler-no-sync.yml +++ b/.github/labeler-no-sync.yml @@ -28,6 +28,7 @@ - any-glob-to-any-file: - .github/actions/* - .github/workflows/* + - .github/labeler*.yml - ci/**/*.* - maintainers/github-teams.json - base-branch: ['master'] @@ -38,6 +39,7 @@ - any-glob-to-any-file: - .github/actions/* - .github/workflows/* + - .github/labeler*.yml - ci/**/*.* - maintainers/github-teams.json - base-branch: ['master']