Unverified Commit 1b9e08be authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

{labels,nixos/module-list}: keep sorted (#403696)

parents 71ec9418 ffd4d43f
Loading
Loading
Loading
Loading
+22 −18
Original line number Diff line number Diff line
# This file is used by .github/workflows/labels.yml
# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label

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

"6.topic: policy discussion":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - .github/**/*
        - CONTRIBUTING.md
        - pkgs/README.md
        - nixos/README.md
        - maintainers/README.md
        - lib/README.md
        - doc/README.md

"8.has: documentation":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/**/*
        - nixos/doc/**/*

"backport release-24.11":
  - any:
    - changed-files:
@@ -41,21 +62,4 @@
        - pkgs/kde/gear/falkon/**/*
        - pkgs/kde/gear/konqueror/**/*

"6.topic: policy discussion":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - .github/**/*
        - CONTRIBUTING.md
        - pkgs/README.md
        - nixos/README.md
        - maintainers/README.md
        - lib/README.md
        - doc/README.md

"8.has: documentation":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/**/*
        - nixos/doc/**/*
# keep-sorted end
+27 −22
Original line number Diff line number Diff line
# This file is used by .github/workflows/labels.yml
# This version uses `sync-labels: true`, meaning that a non-match will remove the label

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

# NOTE: bsd, darwin and cross-compilation labels are handled by ofborg
"6.topic: agda":
  - any:
@@ -320,6 +322,16 @@
      - any-glob-to-any-file:
        - pkgs/os-specific/linux/musl/**/*

"6.topic: nim":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/nim.section.md
        - pkgs/build-support/build-nim-package.nix
        - pkgs/build-support/build-nim-sbom.nix
        - pkgs/by-name/ni/nim*
        - pkgs/top-level/nim-overrides.nix

"6.topic: nixos":
  - any:
    - changed-files:
@@ -336,16 +348,6 @@
        - nixos/modules/virtualisation/nixos-containers.nix
        - pkgs/tools/virtualization/nixos-container/**/*

"6.topic: nim":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/nim.section.md
        - pkgs/build-support/build-nim-package.nix
        - pkgs/build-support/build-nim-sbom.nix
        - pkgs/by-name/ni/nim*
        - pkgs/top-level/nim-overrides.nix

"6.topic: nodejs":
  - any:
    - changed-files:
@@ -492,14 +494,6 @@
      - any-glob-to-any-file:
          - maintainers/team-list.nix

"6.topic: TeX":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/texlive.section.md
        - pkgs/test/texlive/**
        - pkgs/tools/typesetting/tex/**/*

"6.topic: testing":
  - any:
    - changed-files:
@@ -516,6 +510,14 @@
        - nixos/tests/make-test-python.nix  # legacy
        # lib/debug.nix has a test framework (runTests) but it's not the main focus

"6.topic: TeX":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/texlive.section.md
        - pkgs/test/texlive/**
        - pkgs/tools/typesetting/tex/**/*

"6.topic: updaters":
  - any:
    - changed-files:
@@ -579,13 +581,16 @@
      - any-glob-to-any-file:
        - nixos/doc/manual/release-notes/**/*

"8.has: module (update)":
"8.has: maintainer-list (update)":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/**/*
"8.has: maintainer-list (update)":
        - maintainers/maintainer-list.nix

"8.has: module (update)":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - maintainers/maintainer-list.nix
        - nixos/modules/**/*

# keep-sorted end
+97 −95

File changed.

Preview size limit exceeded, changes collapsed.