From fc021fe388e254d7998488f1e146b9183b70735e Mon Sep 17 00:00:00 2001 From: Flavio Wuensche Date: Wed, 1 Nov 2023 16:01:15 +0100 Subject: [PATCH] Update CODEOWNERS --- CODEOWNERS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a5074415..87f0d55e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,13 @@ -. @fwuensche +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +* @fwuensche + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a pull request that only +# modifies JS files, only these and not the global +# owner(s) will be requested for a review. +*.js @fwuensche + +# In this example, the user owns any files in the src directory +# at the root of the repository and any of its subdirectories. +/src/ @fwuensche