From d840c69ce09cf437d1c89d1e141a6f3471b4d570 Mon Sep 17 00:00:00 2001 From: Sanjyot Agureddy Date: Sun, 28 Jul 2024 18:00:31 +0530 Subject: [PATCH] Create CODEOWNERS (#8) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3beb678 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# 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. +* @sanjyotagureddy