https://bugzilla.redhat.com/show_bug.cgi?id=1451184
--- Comment #3 from Niels de Vos <[email protected]> --- 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 [email protected] \ 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. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=P0JD53kD9g&a=cc_unsubscribe _______________________________________________ Gluster-infra mailing list [email protected] http://lists.gluster.org/mailman/listinfo/gluster-infra
