Skip to content

Commit

Permalink
Add OWNERS file to src/bento (#37529)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyajones committed Jan 31, 2022
1 parent 365daaa commit 472aec3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/bento/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 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: 'ampproject/wg-components'},
{name: 'ampproject/wg-infra'},
],
},
],
}

0 comments on commit 472aec3

Please sign in to comment.