Signed-off-by and Reviewed-by tags
Mesa is discussing MR workflow regarding the gitlab Approve button and various tags in commit messages. It seems at least some of the Mesa drivers have stopped requiring any tag to be added to commit messages.
I think that is an option for Mesa because all Mesa commits are annotated with
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/NUMBER>
and fdo is expected to keep the link alive forever, one way or another.
What do you think of the idea of not requiring tags, suppose we automatically append Part-of to all future commits? If that's a good idea, we can start doing that for Mesa virgl driver. I will need to look into how to add Part-of to commits automatically here for virglrenderer. Mesa uses https://github.com/smarkets/marge-bot, FWIW.