1# This file is used by .github/workflows/labels.yml 2# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label 3 4# keep-sorted start case=no numeric=yes newline_separated=yes skip_lines=1 5 6"6.topic: policy discussion": 7 - any: 8 - changed-files: 9 - any-glob-to-any-file: 10 - .github/**/* 11 - CONTRIBUTING.md 12 - pkgs/README.md 13 - nixos/README.md 14 - maintainers/README.md 15 - lib/README.md 16 - doc/README.md 17 18"8.has: documentation": 19 - any: 20 - changed-files: 21 - any-glob-to-any-file: 22 - doc/**/* 23 - nixos/doc/**/* 24 25"backport release-25.05": 26 - any: 27 - changed-files: 28 - any-glob-to-any-file: 29 - .github/actions/* 30 - .github/workflows/* 31 - ci/**/*.* 32 33# keep-sorted end