From 75f293ef088690dc261f40209f43e96b9d1d5b13 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 18 Nov 2021 09:38:29 -0800 Subject: [PATCH] - adds code owners for the repository so people are added automatically to PR reviews (#131) * - adds code owners for the repository so people are added automatically to PR reviews * Update .github/CODEOWNERS Co-authored-by: Irvine Sunday <40403681+irvinesunday@users.noreply.github.com> Co-authored-by: Irvine Sunday <40403681+irvinesunday@users.noreply.github.com> --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b3456fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @xuzhg @irvinesunday @darrelmiller @peombwa