Skip to content

Commit

Permalink
πŸ— Allow auto-merge for low-risk validator upgrades (#34214)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed May 4, 2021
1 parent 8dbd2ae commit 063eef4
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 063eef4

Please sign in to comment.