From 6d9a0075b284eadb87652b168bbf00f614eb42a7 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Wed, 21 Aug 2024 15:11:17 +0530 Subject: [PATCH] Add CODEOWNERS --- .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..f9b1f2bac --- /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. +* @NipunaRanasinghe @Nuvindu