Skip to content

Commit 1b9e08b

Browse files
{labels,nixos/module-list}: keep sorted (#403696)
2 parents 71ec941 + ffd4d43 commit 1b9e08b

File tree

3 files changed

+146
-135
lines changed

3 files changed

+146
-135
lines changed

.github/labeler-no-sync.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# This file is used by .github/workflows/labels.yml
22
# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label
33

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+
425
"backport release-24.11":
526
- any:
627
- changed-files:
@@ -41,21 +62,4 @@
4162
- pkgs/kde/gear/falkon/**/*
4263
- pkgs/kde/gear/konqueror/**/*
4364

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

.github/labeler.yml

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This file is used by .github/workflows/labels.yml
22
# This version uses `sync-labels: true`, meaning that a non-match will remove the label
33

4+
# keep-sorted start case=no numeric=yes newline_separated=yes skip_lines=1
5+
46
# NOTE: bsd, darwin and cross-compilation labels are handled by ofborg
57
"6.topic: agda":
68
- any:
@@ -320,6 +322,16 @@
320322
- any-glob-to-any-file:
321323
- pkgs/os-specific/linux/musl/**/*
322324

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+
323335
"6.topic: nixos":
324336
- any:
325337
- changed-files:
@@ -336,16 +348,6 @@
336348
- nixos/modules/virtualisation/nixos-containers.nix
337349
- pkgs/tools/virtualization/nixos-container/**/*
338350

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-
349351
"6.topic: nodejs":
350352
- any:
351353
- changed-files:
@@ -492,14 +494,6 @@
492494
- any-glob-to-any-file:
493495
- maintainers/team-list.nix
494496

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-
503497
"6.topic: testing":
504498
- any:
505499
- changed-files:
@@ -516,6 +510,14 @@
516510
- nixos/tests/make-test-python.nix # legacy
517511
# lib/debug.nix has a test framework (runTests) but it's not the main focus
518512

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+
519521
"6.topic: updaters":
520522
- any:
521523
- changed-files:
@@ -579,13 +581,16 @@
579581
- any-glob-to-any-file:
580582
- nixos/doc/manual/release-notes/**/*
581583

582-
"8.has: module (update)":
584+
"8.has: maintainer-list (update)":
583585
- any:
584586
- changed-files:
585587
- 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)":
588591
- any:
589592
- changed-files:
590593
- any-glob-to-any-file:
591-
- maintainers/maintainer-list.nix
594+
- nixos/modules/**/*
595+
596+
# keep-sorted end

0 commit comments

Comments
 (0)