Skip to content

Commit

Permalink
馃彈 Allow auto-merge for low-risk validator upgrades (ampproject#34214)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha authored and rochapablo committed Aug 30, 2021
1 parent 2a07fe8 commit a1573a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
owners: [{name: 'ampproject/wg-caching', required: true}],
},
{
pattern: '{package.json,package-lock.json}',
owners: [{name: 'ampproject/wg-caching', requestReviews: false}],
pattern: '{package.json,package-lock.json,WORKSPACE}',
owners: [{name: 'ampproject/wg-caching', required: false}],
},
],
}

0 comments on commit a1573a8

Please sign in to comment.