summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-23 14:10:02 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-23 15:10:02 +0300
commit1c7fb92255179796f50aff9400890ef8c642dfdc (patch)
tree18d56a7be0bc7d98dced58234a86712510ce3ed2
parent48dff615bb6ab9534da732e5cacfa3c25be93be4 (diff)
finetune python ownership; add CI ownership to @paulfantom (#4264)
-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