[RFC] Allow merging via PR comments

One of the main reasons of this work would be to explicitly remove this step, though it makes sense to still limit the ability to those that have already interacted with the repo in some way (i.e. they aren’t a first time contributor). We could have a way for reviewers to add other required reviewers which would solve this too. Either way even if it’s just committers to start with that lets us fix our commit messages which by itself is a big improvement.

This is something we just need to rely on the community for, with mostly good faith actors this workflow would work fine with comments like accepted but please don't merge until #1234 merges to keep the bot simple and understandable.

The time from acceptance to merge should be very short (like < 1 min), so this would be pretty rare. In any case, reverts are quick and simple and if a committer has a good reason they should not hesitate to bounce something back to the author. A cancel mechanism is certainly possible but not worth it from a complexity perspective IMO