Currently it happens that I add a ACK comment while doing local testing before merge (so in the shell that it invokes) and this gets missed in the merge commit message.
This is because it fetches the comments from github immediately after invoking the command. I think it’d be better if it did so later.
Ideally, I’d like github-merge.py
to fetch the ACKs and display them before confirming sign-off on the merge.