From e03c67711220ff2a84c2f7e0a9cc2e3ce92c2f8a Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Tue, 22 Jun 2021 09:44:25 -0700 Subject: [PATCH] Add ownership file (#1791) --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..38d8187f4942 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# rules are explained here +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @prsunny will be requested for review when someone opens +# a pull request. +* @prsunny