From dd7e7a86028051f896e3651e2e5f978d09f757ea Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Tue, 28 Mar 2023 14:12:35 +0530 Subject: [PATCH] chore: Add CODEOWNERS file (#186) Signed-off-by: Akshay Gaikwad --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e5f6802 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# See the GH CODEOWNERS docs: https://help.github.com/articles/about-codeowners + +# Default owners for everything in the repo. +* @niravparikh05 @akshay196