lgtmco / lgtm

LGTM is a simple pull request approval system [ARCHIVE]
Apache License 2.0
988 stars 140 forks source link

Assign reviewer through git blame #5

Open donny-dont opened 8 years ago

donny-dont commented 8 years ago

For larger repositories with lots of moving parts it would make sense to assign reviewers based on the code touched. Potentially using a git blame would be a way to narrow down reviewers.

bradrydzewski commented 8 years ago

We should define the exact behavior. Would this be used to filter the list of maintainers for notification purposes (#2 and #4)? or should we use this in lieu of a MAINTAINERS file?