forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWNERS
37 lines (36 loc) · 1 KB
/
OWNERS
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
// For an explanation of the OWNERS rules and syntax, see:
// https://github.com/ampproject/amp-github-apps/blob/main/owners/OWNERS.example
{
rules: [
{
owners: [{name: 'dvoytenko'}, {name: 'ampproject/wg-performance'}],
},
{
pattern: '{iframe-video,mediasession-helper,video-*}.js',
owners: [{name: 'ampproject/wg-components'}],
},
{
pattern: '{cid-*,*-cid-*,*-cid,extension-analytics,analytics}.js',
owners: [{name: 'ampproject/wg-components'}],
},
{
pattern: '{consent,consent-state}.js',
owners: [{name: 'ampproject/wg-components'}],
},
{
pattern: 'amp-story-*.js',
owners: [{name: 'newmuis'}, {name: 'gmajoulet'}, {name: 'enriqe'}],
},
{
pattern: 'friendly-iframe-embed.js',
owners: [{name: 'ampproject/wg-ads-reviewers'}],
},
{
pattern: '{3p-frame, 3p-frame-*}.js',
owners: [
{name: 'ampproject/wg-ads-reviewers'},
{name: 'ampproject/wg-components'},
],
},
],
}