Re: Review notification bot

2018-07-22 Thread Holden Karau
Yeah so the issue with codeowners is it will only assign to committers on the repo (the Beam project found this out the practical application way). I have a fork of mention bot running and it seems we can add it (need an infra ticket), but one of the things the Beam folks asked was to not ping cod

Re: Review notification bot

2018-07-22 Thread Nicholas Chammas
On this topic, I just stumbled on a GitHub feature called CODEOWNERS . It lets you specify owners of specific areas of the repository using the same syntax that .gitignore uses. Here is CPython's CODEOWNERS file