From 8d596de70de61c172c81b86b8dd882355f4b74c4 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Fri, 1 Nov 2024 07:27:47 +0530 Subject: [PATCH] feat: Add CODEOWNERS file Add CODEOWNERS file to define individuals that are responsible for any code in the repository. Code owners will be automatically requested for review when someone opens a pull request that modifies any code in the repository. Signed-off-by: Chirag Shilwant --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..94e9dd6ab --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, all below +# owners will be requested for review when someone opens a pull request. + +* @cshilwant @StaticRocket @praneethbajjuri @uditkumarti