Add owners check
Created by: beyang
Adds check to ensure every file in our codebase is owned.
To make these checks pass, I had to specify owners for each directory/file that was as yet un-owned. There are likely some mistakes in the assignments I made.
Reviewer asks:
-
Review the .github/CODEOWNERS
file to make sure any new items under your team or individual username are valid. If they are not, please push up a patch correcting.github/CODEOWNERS
to have the correct owner for those files. If you don't know enough to assign the proper owner, please DM me in Slack. -
If you don't see your name next to a set of files/directories you think you should own, push up a patch to this branch to correct this. -
Approve this PR when you've done that.