From 359049fa23763f1aabdbd235f800fefc751f2d92 Mon Sep 17 00:00:00 2001 From: Corbin Phelps Date: Mon, 14 Feb 2022 14:20:38 -0500 Subject: [PATCH] Added codeowners file (#545) Signed-off-by: Corbin Phelps --- .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 000000000..033d2a3c3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# review when someone opens a pull request. +* @ot-pipeline-team