From 3d43c58b5ede5ce18e89e7772cc59a742454e806 Mon Sep 17 00:00:00 2001 From: Anupama Pathirage Date: Mon, 23 Sep 2024 17:58:31 -0500 Subject: [PATCH] Create CODEOWNERS file --- .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..cb6d171 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# See: https://help.github.com/articles/about-codeowners/ + +# These owners will be the default owners for everything in the repo. +* @keizer619