From 0fef3428169ea45481fe54d1b59a209c8554841b Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 1 Mar 2021 23:16:32 +0100 Subject: [PATCH] Add initial CODEOWNERS GitHub config file (#8552) * Add initial CODEOWNERS GitHub config file See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners Signed-off-by: Julius Volz * Add Tom as a remote storage maintainer Signed-off-by: Julius Volz --- .github/CODEOWNERS | 2 ++ MAINTAINERS.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..bf7beb486 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/web/ui @juliusv +/storage/remote @csmarchbanks @cstyan @bwplotka @tomwilkie diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 435e9d326..b228973bf 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -7,7 +7,7 @@ Julien Pivotto ( / @roidelapluie) is the main/defaul * `documentation` * `prometheus-mixin`: Björn Rabenstein ( / @beorn7) * `storage` - * `remote`: Chris Marchbanks ( / @csmarchbanks), Callum Styan ( / @cstyan), Bartłomiej Płotka ( / @bwplotka) + * `remote`: Chris Marchbanks ( / @csmarchbanks), Callum Styan ( / @cstyan), Bartłomiej Płotka ( / @bwplotka), Tom Wilkie ( / @tomwilkie) * `tsdb`: Ganesh Vernekar ( / @codesome), Bartłomiej Płotka ( / @bwplotka) * `web` * `ui`: Julius Volz ( / @juliusv)