summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2021-11-03 17:09:14 +0200
committerGitHub <noreply@github.com>2021-11-03 17:09:14 +0200
commit339c5c436d50ca37c0abe2dbac68cb891fe6bab1 (patch)
tree185e608e28a68b528b6173ab5b873d89328a1d1f /.github/labeler.yml
parent1dd5123b1f8fccae3656a85a0366cb8b827dfbaa (diff)
Teach GH about ML label and its code owners. (#11750)
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 767fa251fa..a1082a2a80 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -71,6 +71,10 @@ area/health:
- health/*
- health/**/*
+area/ml:
+ - ml/*
+ - ml/**/*
+
area/packaging:
- contrib/*
- contrib/**/*