Zulip Chat Archive

Stream: mathlib4

Topic: Finishing a review as a non-maintainer?


Thomas Murrills (Aug 13 2023 at 04:47):

I've occasionally seen "maintainer merge" being commented at the end of reviewed PR's—is that the right way to finish off a review as a non-maintainer? What does that do? Or is a simple "LGTM!" all that's necessary?

Jireh Loreaux (Aug 13 2023 at 05:40):

LGTM is all that's necessary. maintainer merge is for people listed as "mathlib reviewers" (the list is on the website). When they add that string then it pings all the maintainers in a Zulip thread to take a look (the bot says it has been placed on the "maintainer queue"). If you write that without that reviewer status it doesn't have the same effect.

Jireh Loreaux (Aug 13 2023 at 05:42):

If you wanted to do a bit more to indicate you're happy with it, you could post in the PR review stream (are you subscribed to that stream?) in a new topic with the PR number in the subject. You could explain what the PR does and why you're happy with it. That being said, none of that is necessary, a simple LGTM on GitHub is fine too.

Thomas Murrills (Aug 13 2023 at 08:17):

I see, thanks!


Last updated: Dec 20 2023 at 11:08 UTC