From f769460bdd35897feb1362392bc904425fb1bd3b Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 25 Sep 2024 16:02:11 -0500 Subject: [PATCH] Add review groups to CODEOWNERS --- .github/CODEOWNERS | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 26f6f4418..9d3b1f73c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,31 @@ +# Firefox Translations review group +.dockerignore @mozillafirefox-translations +.github @mozilla/firefox-translations +.gitignore @mozillafirefox-translations +.gitmodules @mozillafirefox-translations +docker @mozilla/firefox-translations +docs @mozilla/firefox-translations +utils @mozilla/firefox-translations +CODE_OF_CONDUCT.md @mozillafirefox-translations +LICENSE @mozillafirefox-translations +poetry.lock @mozillafirefox-translations +pyproject.toml @mozillafirefox-translations +README.md @mozillafirefox-translations +Taskfile.yml @mozillafirefox-translations + +# Translations Training review group +configs @mozilla/translations-training +pipeline @mozilla/translations-training +snakemake @mozilla/translations-training +tests @mozilla/translations-training +tracking @mozilla/translations-training + +# Translations Inference review group +inference-engine @mozilla/translations-inference + # Taskcluster pipeline related files. Changes to these ought to be reviewed by # RelEng to watch for security issues and best practices. These should also # be reviewed by people familiar with the pipeline itself. -.taskcluster.yml @mozilla/releng -taskcluster @mozilla/releng +.taskcluster.yml @mozilla/releng @mozilla/translations-training +taskcluster @mozilla/releng @mozilla/translations-training +