From cd0613ae2033b8da1847913e532752f9e5941088 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Wed, 31 Jul 2024 14:46:33 +0200 Subject: [PATCH] chore: add CODEOWNERS file Signed-off-by: Radu Matei --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b7ea2ea --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# CODEOWNERS +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# NOTE: Order is important; the last matching pattern takes the most precedence. When someone opens a pull request that +# only modifies files under a certain matching pattern, only those code owners will be requested for a review. + +# These owners will be the default owners for everything in the repository. Unless a later match takes precedence, they +# will be requested for review when someone opens a pull request. +* @suneetnangia @radu-matei @karthik2804 @fibonacci1729