1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #10716 from fricklerhandwerk/documentation-labels

labeler: capture all docs files
This commit is contained in:
Eelco Dolstra 2024-05-15 15:13:40 +02:00 committed by GitHub
commit 45c83cd430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/labeler.yml vendored
View file

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