Bug 1881238 - Add logs to SettingsSubMenuHttpsOnlyModeRobot
[gecko.git] / mobile / android / CODEOWNERS
blob5ffa1db6e04ff35482126a5de5d16b002e09b0cb
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # This CODEOWNERS file defines individuals or teams that are responsible
6 # for code in this repository. Code owners are automatically requested
7 # for review when someone opens a pull request that modifies code that
8 # they own. Order is important; the last matching pattern takes the most
9 # precedence.
10 # A CODEOWNERS file uses a pattern that follows the same rules used in
11 # gitignore files. The pattern is followed by one or more GitHub usernames
12 # or team names using the standard @username or @org/team-name format.
13 # You can also refer to a user by an email address that has been added
14 # to their GitHub account, for example user@example.com.
15 # https://help.github.com/articles/about-codeowners/
17 # Release Engineering pipeline
18 /.cron.yml                      @mozilla-mobile/releng
19 /.taskcluster.yml               @mozilla-mobile/releng
20 /android-components/automation/ @mozilla-mobile/aet @mozilla-mobile/QA
21 /fenix/automation/              @mozilla-mobile/aet @mozilla-mobile/QA
22 /focus-android/automation/      @mozilla-mobile/aet @mozilla-mobile/QA
23 /taskcluster/                   @mozilla-mobile/releng @mozilla-mobile/aet
25 # Any android components that may need specific people to be notified
26 /android-components/components/feature/accounts-push/             @jonalmeida
27 /android-components/components/feature/push/                      @jonalmeida
29 /android-components/components/lib/push-firebase/                 @jonalmeida
30 /android-components/components/lib/state/                         @csadilek @jonalmeida