From 5cb36781e4e1a25a360a96544a731c4c1169c9e6 Mon Sep 17 00:00:00 2001 From: Ashay Athalye Date: Thu, 19 Oct 2023 14:15:21 -0400 Subject: [PATCH] Add codeowners file. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d2a485b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owners for all files. +* @ashayathalye