github/labeler: do not auto-tag backports for backport

E.g. #472010, #472185
This commit is contained in:
Michael Daniels
2025-12-18 17:15:17 -05:00
parent ea7afe639d
commit e30855a4d4

View File

@@ -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