nix-super/.github/labeler.yml

38 lines
1,005 B
YAML
Raw Normal View History

"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:
- 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/**/*"