From ee901c0de9f7b5853736a0267e9f0bd008002a4e Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Tue, 14 May 2024 16:40:16 +0100 Subject: [PATCH] chore: add codeowners file Once merged I can require review from codeowners for main branch protection which will auto assign team members --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..b2ea27419 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# for syntax see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax + +# lower the rule, higher the precedence + +# base rule, hugrverse team is codeowner for whole repo +* @CQCL/hugrverse