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.
This commit is contained in:
Michael Comella 2020-09-21 13:32:19 -07:00 committed by Jeff Boek
parent f1b0827a0b
commit 70df3e8b15
1 changed files with 3 additions and 3 deletions

6
.github/CODEOWNERS vendored
View File

@ -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 --- #