From 64a78c7270086e313e005a7f086eba96d45d7307 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 28 Aug 2024 14:29:36 +0530 Subject: [PATCH] Add code owners --- .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 0000000..2e55762 --- /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. +* @ayeshLK @NipunaRanasinghe @shafreenAnfar