Skip to content

Commit

Permalink
OWNERS for extension generator task (ampproject#25165)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco authored and Micajuine Ho committed Dec 27, 2019
1 parent eab9b65 commit 9eed612
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build-system/tasks/extension-generator/OWNERS
@@ -0,0 +1,17 @@
// For an explanation of the OWNERS rules and syntax, see:
// https://github.com/ampproject/amp-github-apps/blob/master/owners/OWNERS.example

{
rules: [
{
owners: [
// Outreach group maintains extension boilerplate/template.
{name: 'ampproject/wg-outreach'},

// Most new extensions are reviewed by this group. It's in their
// interest to maintain the extension generator.
{name: 'ampproject/wg-ui-and-a11y'},
],
},
],
}

0 comments on commit 9eed612

Please sign in to comment.