Skip to content

Commit 6b73b94

Browse files
authored
🏗 Update experiments config OWNERS (ampproject#36265)
1 parent e722738 commit 6b73b94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: build-system/global-configs/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
pattern: 'client-side-experiments-config.json',
1616
owners: [{name: 'danielrozenberg'}, {name: 'jridgewell'}],
1717
},
18+
{
19+
pattern: '*-config.json',
20+
owners: [{name: 'alanorozco', requestReviews: false}],
21+
},
1822
],
1923
}

Diff for: tools/experiments/OWNERS

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
},
1212
{
1313
pattern: 'experiments-config.js',
14-
owners: [{name: 'ampproject/working-groups'}],
14+
owners: [
15+
{name: 'ampproject/working-groups'},
16+
{name: 'alanorozco', requestReviews: false},
17+
],
1518
},
1619
],
1720
}

0 commit comments

Comments
 (0)