diff --git a/src/service/video/OWNERS b/src/service/video/OWNERS new file mode 100644 index 0000000000000..b472fae881731 --- /dev/null +++ b/src/service/video/OWNERS @@ -0,0 +1,10 @@ +// For an explanation of the OWNERS rules and syntax, see: +// https://github.com/ampproject/amp-github-apps/blob/master/owners/OWNERS.example + +{ + rules: [ + { + owners: [{name: 'alanorozco'}, {name: 'wassgha'}], + }, + ], +}