diff options
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..dc502b6d5 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,6 @@ +"documentation": + - doc/manual/* + - src/nix/**/*.md + +"tests": + - tests/**/* |