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:
parent
bc90bd2f31
commit
e78c0aad23
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
@ -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 --- #
|
||||
|
Loading…
Reference in New Issue
Block a user