From eb0b2d487963cabbb745f6b80f01b4e98393ea7b Mon Sep 17 00:00:00 2001 From: Graham Beckley Date: Tue, 12 Nov 2024 09:01:44 -0500 Subject: [PATCH] Change codeowners from syseng to `ctms-reviewers` --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bcd38d0f..854eac4b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# Thanks to @imbstack for the suggestion. -# see http://code.v.igoro.us/posts/2019/07/codeowners.html +# See the code-owners Github docs: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @mozilla-it/syseng +* @mozilla-it/ctms-reviewers