[Bugs] [Bug 1451184] Assign reviewers based on who touched the file last
bugzilla at redhat.com
bugzilla at redhat.com
Tue May 16 12:41:45 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1451184
--- Comment #3 from Niels de Vos <ndevos at redhat.com> ---
QEMU, the Linux kernel and other projects use a script called
'get_maintainer.pl'
(https://github.com/qemu/qemu/blob/master/scripts/get_maintainer.pl). We should
be able to add a simple Jenkins job as part of smoke that finds the best
suitable persons to review a change.
The Gerrit cli is pretty usable for adding reviewers:
$ ssh user at review.gluster.org \
gerrit set-reviewers ${COMMIT} -a ${REVIEWER_EMAIL}
Because our MAINTAINERS file uses the same format as QEMU and the kernel, it
should be trivial to use the get_maintainers.pl script. I do not know how the
Gerrit extension works, but I prefer to have the configuration for the
maintainers of files in the MAINTAINERS file in the repository itself.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list