I see that bors gets the code owners from /.github/CODEOWNERS
.
However I have the file stored at /CODEOWNERS
. So according to the code bors should not take my code owner file into account. However bors does complain when one of our PRs has not been approved. OTOH I've seen instances where a PR was merged by bors which didn't have all the required approvals.
So I'm confused at this point. Where should I store CODEOWNERS
?