From 9d55db01b2216167673d7dbdada1095b00276270 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Sat, 23 Sep 2023 16:00:25 +0100 Subject: [PATCH] [BUILD] - Code Owners File Adding a code owners file --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..6018a7c45 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# ------------------------------------------------- +# CODEOWNERS - For automated review request for +# high impact files. +# +# Important: The order in this file cascades. +# +# https://help.github.com/articles/about-codeowners +# ------------------------------------------------- + +# ------------------------------------------------- +# All files are owned by +# ------------------------------------------------- + +* @gambol99