From c6ed17e9b7f0781918126d1f121775e47fee26dd Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Sat, 23 Oct 2021 14:45:01 +0530 Subject: [PATCH] :busts_in_silhouette: add CODEOWNERS --- .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 0000000..b0f88cb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# ref - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @scriptified/core-team