From 79ded4c7ae7a5dde484710dc4fd0e80772a5f14f Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Fri, 6 May 2022 17:37:23 +0200 Subject: [PATCH] ci: add codeowners This way, new PRs are automatically added a reviewer from the list. Signed-off-by: Miguel Duarte Barroso --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3e6a020f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# https://help.github.com/en/articles/about-code-owners +* @dougbtv +cmd/controlloop @maiqueb +cmd/reconciler @maiqueb +e2e/ @maiqueb +pkg/reconciler/ @maiqueb +