nix-super/.github/labeler.yml

44 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2024-04-17 17:11:03 +03:00
"c api":
- changed-files:
- any-glob-to-any-file: "src/lib*-c/**/*"
- any-glob-to-any-file: "test/unit/**/nix_api_*"
- any-glob-to-any-file: "doc/external-api/**/*"
"contributor-experience":
- changed-files:
- any-glob-to-any-file: "CONTRIBUTING.md"
- any-glob-to-any-file: ".github/ISSUE_TEMPLATE/*"
- any-glob-to-any-file: ".github/PULL_REQUEST_TEMPLATE.md"
- any-glob-to-any-file: "doc/manual/src/contributing/**"
2022-03-30 17:45:28 +03:00
"documentation":
- changed-files:
2024-05-15 02:40:25 +03:00
- any-glob-to-any-file: "doc/manual/**/*"
- any-glob-to-any-file: "src/nix/**/*.md"
2022-03-30 17:45:28 +03:00
2023-04-03 06:11:21 +03:00
"store":
- changed-files:
- any-glob-to-any-file: "src/libstore/store-api.*"
- any-glob-to-any-file: "src/libstore/*-store.*"
2023-04-03 06:11:21 +03:00
"fetching":
- changed-files:
- any-glob-to-any-file: "src/libfetchers/**/*"
2023-04-03 06:11:21 +03:00
"repl":
- changed-files:
- any-glob-to-any-file: "src/libcmd/repl.*"
- any-glob-to-any-file: "src/nix/repl.*"
2023-04-03 06:11:21 +03:00
"new-cli":
- changed-files:
- any-glob-to-any-file: "src/nix/**/*"
2023-04-03 06:11:21 +03:00
2023-06-30 16:10:07 +03:00
"with-tests":
- changed-files:
# Unit tests
- any-glob-to-any-file: "src/*/tests/**/*"
# Functional and integration tests
- any-glob-to-any-file: "tests/functional/**/*"
2024-05-15 02:40:25 +03:00