mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# This CODEOWNERS file defines individuals or teams that are responsible
|
|
# for code in this repository. Code owners are automatically requested
|
|
# for review when someone opens a pull request that modifies code that
|
|
# they own. Order is important; the last matching pattern takes the most
|
|
# precedence.
|
|
# A CODEOWNERS file uses a pattern that follows the same rules used in
|
|
# gitignore files. The pattern is followed by one or more GitHub usernames
|
|
# or team names using the standard @username or @org/team-name format.
|
|
# You can also refer to a user by an email address that has been added
|
|
# to their GitHub account, for example user@example.com.
|
|
# https://help.github.com/articles/about-codeowners/
|
|
|
|
# WARNING: if there is a single syntax error in this file, CODEOWNERS
|
|
# WILL NOT WORK AT ALL. Please be careful when editing this file.
|
|
#
|
|
# You can use the technique described in this blog post to validate
|
|
# the paths you specify in .gitignore:
|
|
# http://www.benjaminoakes.com/git/2018/08/10/Testing-changes-to-GitHub-CODEOWNERS/
|
|
|
|
# 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
|
|
/automation/ @mozilla-mobile/fenix
|
|
/taskcluster/ @mozilla-mobile/releng @mozilla-mobile/fenix
|
|
/.github/ @mozilla-mobile/fenix
|