From e30855a4d4bdd17e496f3d375064a181bc42d822 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Thu, 18 Dec 2025 17:15:17 -0500 Subject: [PATCH] github/labeler: do not auto-tag backports for backport E.g. #472010, #472185 --- .github/labeler-no-sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/labeler-no-sync.yml b/.github/labeler-no-sync.yml index bf06521c52f7..e79bcade7820 100644 --- a/.github/labeler-no-sync.yml +++ b/.github/labeler-no-sync.yml @@ -23,21 +23,23 @@ - nixos/doc/**/* "backport release-25.05": - - any: + - all: - changed-files: - any-glob-to-any-file: - .github/actions/* - .github/workflows/* - ci/**/*.* - maintainers/github-teams.json + - base-branch: ['master'] "backport release-25.11": - - any: + - all: - changed-files: - any-glob-to-any-file: - .github/actions/* - .github/workflows/* - ci/**/*.* - maintainers/github-teams.json + - base-branch: ['master'] # keep-sorted end