Automatically assign reviewers for Pull Requests or Issues
Created by: reyoung
It seems that facebook opensource a very lightweight tool to automatically mention potential reviewers for a PR, due to git blame
command to figure out the related author, or set reviewers by matching path of repo. Such as the /paddle/cuda
should be mention to @hedaoyuan .
The project is here.
We could also write a robot to mention people to response issues.