2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/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 bc90bd2f31
commit e78c0aad23

6
.github/CODEOWNERS vendored
View File

@ -18,10 +18,10 @@
# By default the Android Components team will be the owner for everything in # By default the Android Components team will be the owner for everything in
# the repo. Unless a later match takes precedence. # the repo. Unless a later match takes precedence.
* @mozilla-mobile/ACT @mozilla-mobile/fenix * @mozilla-mobile/ACT @mozilla-mobile/fenix
/.cron.yml /@mozilla-mobile/releng @mozilla-mobile/fenix /.cron.yml @mozilla-mobile/releng @mozilla-mobile/fenix
/.taskcluster.yml /@mozilla-mobile/releng @mozilla-mobile/fenix /.taskcluster.yml @mozilla-mobile/releng @mozilla-mobile/fenix
/automation/ @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 /.github/ @mozilla-mobile/releng @mozilla-mobile/fenix
# --- PERFORMANCE START --- # # --- PERFORMANCE START --- #