1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

add labeler workflow

This commit is contained in:
Artturin 2022-03-30 17:45:28 +03:00
parent e8415dc439
commit 9667516566
2 changed files with 30 additions and 0 deletions

6
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,6 @@
"documentation":
- doc/manual/*
- src/nix/**/*.md
"tests":
- tests/**/*