labeler: capture all docs files

This commit is contained in:
Valentin Gagarin 2024-05-15 01:40:25 +02:00
parent 05ad4e8806
commit 0c2c260180

4
.github/labeler.yml vendored
View file

@ -13,7 +13,7 @@
"documentation": "documentation":
- changed-files: - changed-files:
- any-glob-to-any-file: "doc/manual/*" - any-glob-to-any-file: "doc/manual/**/*"
- any-glob-to-any-file: "src/nix/**/*.md" - any-glob-to-any-file: "src/nix/**/*.md"
"store": "store":
@ -40,4 +40,4 @@
- any-glob-to-any-file: "src/*/tests/**/*" - any-glob-to-any-file: "src/*/tests/**/*"
# Functional and integration tests # Functional and integration tests
- any-glob-to-any-file: "tests/functional/**/*" - any-glob-to-any-file: "tests/functional/**/*"