[PATCH] D46192: Script to match open Phabricator reviews with potential reviewers
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 28 09:54:05 PDT 2018
lebedev.ri added a comment.
This should probably go into `llvm/utils`, not the root.
It would also be good to have the opposite script - "given `git diff` / commits, whom should i add as reviewers?"
It could evaluate `CODE_OWNERS.txt`, `git log` / `git shortlog -sne` of the changed files, `git blame`.
https://reviews.llvm.org/D46192
More information about the llvm-commits
mailing list