diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-26 16:22:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-26 16:22:17 +0000 |
commit | 58b482856cf37b0519e516ab8dc1105ba958f8b2 (patch) | |
tree | 0c46396e98741dfae4ce907bc8ef8c54418b3753 /.github/CODEOWNERS | |
parent | Adding upstream version 1.14.0~rc0. (diff) | |
download | netdata-58b482856cf37b0519e516ab8dc1105ba958f8b2.tar.xz netdata-58b482856cf37b0519e516ab8dc1105ba958f8b2.zip |
Adding upstream version 1.14.0.upstream/1.14.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b199780d..08765d5c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # This way we prevent modifications which will be overwriten by automation. # Global (default) code owner -* @ktsaou +* @ktsaou @cakrit # Ownership by directory structure .travis/ @paulkatsoulakis @cakrit @@ -22,6 +22,7 @@ collectors/node.d.plugin/fronius/ @ktsaou @gmosx @ccremer @cakrit collectors/node.d.plugin/snmp/ @ktsaou @gmosx @cakrit collectors/node.d.plugin/stiebeleltron/ @ktsaou @gmosx @ccremer @cakrit collectors/python.d.plugin/ @ilyam8 +collectors/cups.plugin/ @simonnagl @ktsaou @vlvkobal @cakrit daemon/ @ktsaou @mfundul @cakrit database/ @ktsaou @mfundul docs/ @cakrit |