Skip to content

Commit f1b0c19

Browse files
labels: run keep-sorted
1 parent e357e6e commit f1b0c19

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
lines changed

.github/labeler-no-sync.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33

44
# keep-sorted start case=no numeric=yes newline_separated=yes skip_lines=1
55

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+
625
"backport release-24.11":
726
- any:
827
- changed-files:
@@ -43,22 +62,4 @@
4362
- pkgs/kde/gear/falkon/**/*
4463
- pkgs/kde/gear/konqueror/**/*
4564

46-
"6.topic: policy discussion":
47-
- any:
48-
- changed-files:
49-
- any-glob-to-any-file:
50-
- .github/**/*
51-
- CONTRIBUTING.md
52-
- pkgs/README.md
53-
- nixos/README.md
54-
- maintainers/README.md
55-
- lib/README.md
56-
- doc/README.md
57-
58-
"8.has: documentation":
59-
- any:
60-
- changed-files:
61-
- any-glob-to-any-file:
62-
- doc/**/*
63-
- nixos/doc/**/*
6465
# keep-sorted end

.github/labeler.yml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,16 @@
322322
- any-glob-to-any-file:
323323
- pkgs/os-specific/linux/musl/**/*
324324

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+
325335
"6.topic: nixos":
326336
- any:
327337
- changed-files:
@@ -338,16 +348,6 @@
338348
- nixos/modules/virtualisation/nixos-containers.nix
339349
- pkgs/tools/virtualization/nixos-container/**/*
340350

341-
"6.topic: nim":
342-
- any:
343-
- changed-files:
344-
- any-glob-to-any-file:
345-
- doc/languages-frameworks/nim.section.md
346-
- pkgs/build-support/build-nim-package.nix
347-
- pkgs/build-support/build-nim-sbom.nix
348-
- pkgs/by-name/ni/nim*
349-
- pkgs/top-level/nim-overrides.nix
350-
351351
"6.topic: nodejs":
352352
- any:
353353
- changed-files:
@@ -494,14 +494,6 @@
494494
- any-glob-to-any-file:
495495
- maintainers/team-list.nix
496496

497-
"6.topic: TeX":
498-
- any:
499-
- changed-files:
500-
- any-glob-to-any-file:
501-
- doc/languages-frameworks/texlive.section.md
502-
- pkgs/test/texlive/**
503-
- pkgs/tools/typesetting/tex/**/*
504-
505497
"6.topic: testing":
506498
- any:
507499
- changed-files:
@@ -518,6 +510,14 @@
518510
- nixos/tests/make-test-python.nix # legacy
519511
# lib/debug.nix has a test framework (runTests) but it's not the main focus
520512

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+
521521
"6.topic: updaters":
522522
- any:
523523
- changed-files:
@@ -581,15 +581,16 @@
581581
- any-glob-to-any-file:
582582
- nixos/doc/manual/release-notes/**/*
583583

584-
"8.has: module (update)":
584+
"8.has: maintainer-list (update)":
585585
- any:
586586
- changed-files:
587587
- any-glob-to-any-file:
588-
- nixos/modules/**/*
589-
"8.has: maintainer-list (update)":
588+
- maintainers/maintainer-list.nix
589+
590+
"8.has: module (update)":
590591
- any:
591592
- changed-files:
592593
- any-glob-to-any-file:
593-
- maintainers/maintainer-list.nix
594+
- nixos/modules/**/*
594595

595596
# keep-sorted end

0 commit comments

Comments
 (0)