|
1 | 1 | # This file is used by .github/workflows/labels.yml |
2 | 2 | # This version uses `sync-labels: true`, meaning that a non-match will remove the label |
3 | 3 |
|
| 4 | +# keep-sorted start case=no numeric=yes newline_separated=yes skip_lines=1 |
| 5 | + |
4 | 6 | # NOTE: bsd, darwin and cross-compilation labels are handled by ofborg |
5 | 7 | "6.topic: agda": |
6 | 8 | - any: |
|
320 | 322 | - any-glob-to-any-file: |
321 | 323 | - pkgs/os-specific/linux/musl/**/* |
322 | 324 |
|
| 325 | +"6.topic: nim": |
| 326 | + - any: |
| 327 | + - changed-files: |
| 328 | + - any-glob-to-any-file: |
| 329 | + - doc/languages-frameworks/nim.section.md |
| 330 | + - pkgs/build-support/build-nim-package.nix |
| 331 | + - pkgs/build-support/build-nim-sbom.nix |
| 332 | + - pkgs/by-name/ni/nim* |
| 333 | + - pkgs/top-level/nim-overrides.nix |
| 334 | + |
323 | 335 | "6.topic: nixos": |
324 | 336 | - any: |
325 | 337 | - changed-files: |
|
336 | 348 | - nixos/modules/virtualisation/nixos-containers.nix |
337 | 349 | - pkgs/tools/virtualization/nixos-container/**/* |
338 | 350 |
|
339 | | -"6.topic: nim": |
340 | | - - any: |
341 | | - - changed-files: |
342 | | - - any-glob-to-any-file: |
343 | | - - doc/languages-frameworks/nim.section.md |
344 | | - - pkgs/build-support/build-nim-package.nix |
345 | | - - pkgs/build-support/build-nim-sbom.nix |
346 | | - - pkgs/by-name/ni/nim* |
347 | | - - pkgs/top-level/nim-overrides.nix |
348 | | - |
349 | 351 | "6.topic: nodejs": |
350 | 352 | - any: |
351 | 353 | - changed-files: |
|
492 | 494 | - any-glob-to-any-file: |
493 | 495 | - maintainers/team-list.nix |
494 | 496 |
|
495 | | -"6.topic: TeX": |
496 | | - - any: |
497 | | - - changed-files: |
498 | | - - any-glob-to-any-file: |
499 | | - - doc/languages-frameworks/texlive.section.md |
500 | | - - pkgs/test/texlive/** |
501 | | - - pkgs/tools/typesetting/tex/**/* |
502 | | - |
503 | 497 | "6.topic: testing": |
504 | 498 | - any: |
505 | 499 | - changed-files: |
|
516 | 510 | - nixos/tests/make-test-python.nix # legacy |
517 | 511 | # lib/debug.nix has a test framework (runTests) but it's not the main focus |
518 | 512 |
|
| 513 | +"6.topic: TeX": |
| 514 | + - any: |
| 515 | + - changed-files: |
| 516 | + - any-glob-to-any-file: |
| 517 | + - doc/languages-frameworks/texlive.section.md |
| 518 | + - pkgs/test/texlive/** |
| 519 | + - pkgs/tools/typesetting/tex/**/* |
| 520 | + |
519 | 521 | "6.topic: updaters": |
520 | 522 | - any: |
521 | 523 | - changed-files: |
|
579 | 581 | - any-glob-to-any-file: |
580 | 582 | - nixos/doc/manual/release-notes/**/* |
581 | 583 |
|
582 | | -"8.has: module (update)": |
| 584 | +"8.has: maintainer-list (update)": |
583 | 585 | - any: |
584 | 586 | - changed-files: |
585 | 587 | - any-glob-to-any-file: |
586 | | - - nixos/modules/**/* |
587 | | -"8.has: maintainer-list (update)": |
| 588 | + - maintainers/maintainer-list.nix |
| 589 | + |
| 590 | +"8.has: module (update)": |
588 | 591 | - any: |
589 | 592 | - changed-files: |
590 | 593 | - any-glob-to-any-file: |
591 | | - - maintainers/maintainer-list.nix |
| 594 | + - nixos/modules/**/* |
| 595 | + |
| 596 | +# keep-sorted end |
0 commit comments