Add backend engineers to root-level .go files CODEOWNERS

This should only match the `.go` files in the root of the repo, which is
logically the same as `/lib` and `/tool` code.
This commit is contained in:
Andrew Lytvynov 2020-05-05 16:14:04 -07:00 committed by Andrew Lytvynov
parent 1973c9efff
commit 222a446646

1
.github/CODEOWNERS vendored
View file

@ -13,6 +13,7 @@
/docs/ @benarent @webvictim
# Backend Engineering.
/*.go @klizhentas @russjones @fspmarshall @webvictim @awly
/e/ @klizhentas @russjones @fspmarshall @webvictim @awly
/fixtures/ @klizhentas @russjones @fspmarshall @webvictim @awly
/integration/ @klizhentas @russjones @fspmarshall @webvictim @awly