From 9b99af7cf33bc4e86e6e4961ff1767c94d9174e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Tue, 28 Oct 2025 13:27:27 +0100 Subject: [PATCH] chore(github): add CODEOWNERS file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to allow for non team members to be maintainers of components like service discovery. Design doc: https://docs.google.com/document/d/19m5ti00ZzzOspn60xyiK961J6M7g-rC1THNMkYWQbBc/edit?tab=t.0#heading=h.5sybau7waq2q Signed-off-by: György Krajcsovits --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..c5b7f25349 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Prometheus team members are members of the "default maintainers" github team. +# They are code owners by default for the whole repo. +* @prometheus/default-maintainers + +# Example adding a dedicated maintainer for AWS SD, and also "default +# maintainers" so that they do not need to bypass codeowners check to merge +# something. +# Example comes from +# https://github.com/prometheus/prometheus/pull/17105#issuecomment-3248209452 +# /discovery/aws/ @matt-gp @prometheus/default-maintainers