From 1a17d9cdeb5b147f882bfc0e32ef92714478a038 Mon Sep 17 00:00:00 2001 From: Michal Wasko Date: Thu, 29 Dec 2022 09:28:36 +0100 Subject: [PATCH] codeowners: add more people More people to receive a notification when a change to any file is being made. Signed-off-by: Michal Wasko --- CODEOWNERS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 86c19cad..6339b6f0 100755 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,8 @@ -#This file identifies people who are automatically notified when Pull Requests are made for /sof-docs. -#At this time, the following people are notified and are expected to review the PRs: -#Liam Girdwood (technical review), Anton Bobkov (technical/grammatical/style review), and Deb Taylor (grammatical/style review). +# This file identifies people who are automatically notified when Pull Requests are made for /sof-docs. +# At this time, the following people are notified and are expected to review the PRs: +# Liam Girdwood (technical review), # Deb Taylor (grammatical/style review), +# Marcin Maka (technical review) and Michal Wasko (technical review). -* @lgirdwood @anton-intel @deb-intel @intelkevinputnam @greg-intel +# So if a pull request only touches javascript files, only these owners + +* @lgirdwood @deb-intel @intelkevinputnam @greg-intel @mmaka1 @mwasko