summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS13
1 files changed, 10 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f8c658133c..d8abac976f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,12 +1,19 @@
# Global code owner
* @ktsaou
-# ownership of C code
+# C code
*.c @ktsaou
*.h @ktsaou
-# owner(s) of all python files
+# python files
*.py @l2isbad
+plugins.d/python.d.plugin @l2isbad
+conf.d/python.d/ @l2isbad
-# docker builds owner
+# docker builds
docker/ @paulfantom
+
+# CI and automation
+.travis/ @paulfantom
+.travis.yml @paulfantom
+.lgtm.yml @paulfantom