From 5f32e9adb53a288fdb9085911dfcfe0a972129f1 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 25 Sep 2023 19:03:48 +0100 Subject: [PATCH] [BUILD] - Code Owners File (#1031) Adding a code owners file --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..2775967a6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +# ------------------------------------------------- +# 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