From 51703ffa88155608ad1e6930ff92c37d77f5c1ff Mon Sep 17 00:00:00 2001 From: anupama-pathirage Date: Thu, 9 Sep 2021 00:33:55 +0530 Subject: [PATCH 1/2] 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..5fb573f --- /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. +* @daneshk @niveathika @kaneeldias From 0eea77bf8f6f4378bf4c53fc581a0120ac6b88de Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Thu, 9 Sep 2021 10:42:11 +0530 Subject: [PATCH 2/2] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5fb573f..01c6079 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # See: https://help.github.com/articles/about-codeowners/ # These owners will be the default owners for everything in the repo. -* @daneshk @niveathika @kaneeldias +* @daneshk @niveathika @lahirusamith