Unverified Commit f1b0c199 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

labels: run keep-sorted

parent e357e6e1
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -3,6 +3,25 @@

# 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:
@@ -43,22 +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
+23 −22
Original line number Diff line number Diff line
@@ -322,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:
@@ -338,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:
@@ -494,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:
@@ -518,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:
@@ -581,15 +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