From 6d79e651fa52ce9092610cd6d4ea194abc138559 Mon Sep 17 00:00:00 2001 From: chrisvintc Date: Tue, 30 Nov 2021 16:05:31 -0800 Subject: [PATCH] Adding CODEOWNERS (#8) --- CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000000..039686cbf5e773 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,16 @@ +# CODEOWNERS for autoreview assigning in github + +# https://help.github.com/en/articles/about-code-owners#codeowners-syntax + +# Order is important; for each modified file, the last matching +# pattern takes the most precedence. +# That is, with the last pattern being +# *.rst @nashif +# if only .rst files are being modified, only nashif is +# automatically requested for review, but you can manually +# add others as needed. + +# Do not use wildcard on all source yet +* @chrisvintc +/.github/ @chrisvintc +/1rtos/ @chrisvintc