Skip to content

Commit

Permalink
Allow @newmuis to update OWNERS files (#38169)
Browse files Browse the repository at this point in the history
* Allow @newmuis to update OWNERS files

* Update OWNERS
  • Loading branch information
newmuis authored May 5, 2022
1 parent 8c9c66c commit 73a4e57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
},
{
pattern: '**/OWNERS',
owners: [{name: 'mrjoro', requestReviews: false}],
owners: [
{name: 'mrjoro', requestReviews: false},
{name: 'newmuis', requestReviews: false},
],
},
{
// Locked down to minimize new import aliases being added
Expand Down

0 comments on commit 73a4e57

Please sign in to comment.