forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (30 loc) · 1.58 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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 [email protected].
# https://help.github.com/articles/about-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
# Changelog is reviewable by anyone on any team
/docs/changelog.md @mozilla-mobile
# Glean telemetry library and sample
/components/service/glean/ @mozilla-mobile/telemetry
/samples/glean/ @mozilla-mobile/telemetry
# Experiments library
/components/service/experiments/ @mozilla-mobile/telemetry
# Release Engineering pipeline
/.cron.yml /@mozilla-mobile/releng @mozilla-mobile/act
/automation/ @mozilla-mobile/releng @mozilla-mobile/act
/CODEOWNERS @mozilla-mobile/releng @mozilla-mobile/act
# Nearby component
/components/lib/nearby @espertus @mozilla-mobile/act