From 52eae40e4fc5fe20e9d5348641950a5c4e41e0c5 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sun, 16 Aug 2020 16:21:26 -0400 Subject: [PATCH] Initial CODEOWNERS file (#18) Signed-off-by: Scott Rigby --- .github/CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..d26cef14cfb0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,20 @@ +# See https://github.com/scottrigby/prometheus-helm-charts/issues/12 +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +charts/prometheus/ @gianrubio @zanhsieh @Xtigyro +charts/prometheus-adapter/ @mattiasgees @steven-sheehy @hectorj2f +charts/prometheus-blackbox-exporter/ @desaintmartin @gianrubio +charts/prometheus-cloudwatch-exporter/ @gianrubio @torstenwalter @asherf +charts/prometheus-consul-exporter @timm088 +charts/prometheus-couchdb-exporter @gkarthiks +charts/prometheus-mongodb-exporter @steven-sheehy +charts/prometheus-mysql-exporter @juanchimienti @monotek +charts/prometheus-nats-exporter @okgolove @caarlos0 +charts/prometheus-node-exporter @gianrubio @vsliouniaev +charts/prometheus-operator @vsliouniaev @bismarck @gianrubio +charts/prometheus-postgres-exporter @gianrubio +charts/prometheus-pushgateway @gianrubio @cstaud +charts/prometheus-rabbitmq-exporter @juanchimienti +charts/prometheus-redis-exporter @acondrat +charts/prometheus-snmp-exporter @miouge1 +charts/prometheus-to-sd @acondrat