From b883cf8cc556d98f5e17fdf68cf5f746a959e2ab Mon Sep 17 00:00:00 2001 From: Anupama Pathirage Date: Mon, 23 Sep 2024 15:59:12 -0500 Subject: [PATCH] Create CODEOWNERS file --- .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 000000000..32887da83 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# See: https://help.github.com/articles/about-codeowners/ + +# These owners will be the default owners for everything in the repo. +* @chanikag