From 70df3e8b151731262b518cf7fcbc4475e9066b68 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Mon, 21 Sep 2020 13:32:19 -0700 Subject: [PATCH] For #15273: fix suspected syntax errors in code owners. I validated the paths used using a technique in this blog post: http://www.benjaminoakes.com/git/2018/08/10/Testing-changes-to-GitHub-CODEOWNERS/ So the syntax error(s) are likely within the names, such as this example. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 58b4bf9b0..167052f85 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,10 +18,10 @@ # By default the Android Components team will be the owner for everything in # the repo. Unless a later match takes precedence. * @mozilla-mobile/ACT @mozilla-mobile/fenix -/.cron.yml /@mozilla-mobile/releng @mozilla-mobile/fenix -/.taskcluster.yml /@mozilla-mobile/releng @mozilla-mobile/fenix +/.cron.yml @mozilla-mobile/releng @mozilla-mobile/fenix +/.taskcluster.yml @mozilla-mobile/releng @mozilla-mobile/fenix /automation/ @mozilla-mobile/releng @mozilla-mobile/fenix -/taskcluster/ /@mozilla-mobile/releng @mozilla-mobile/fenix +/taskcluster/ @mozilla-mobile/releng @mozilla-mobile/fenix /.github/ @mozilla-mobile/releng @mozilla-mobile/fenix # --- PERFORMANCE START --- #