blob: 9816f3647f433fe7005512ee475111a2d31b0872 [file] [log] [blame] [view]
Summary
-------
A plugin that allows automatically adding reviewers to a change from the git
blame computation on the changed files. It will add the users as reviewers that
authored most of the lines touched by the change, since these users should be
familiar with the code and can mostly review the change.
The maximum number of reviewers that are added as well as exceptions when no
reviewers should be added by this plugin can be
[configured per project](config.md).