Hi!
If I understand correctly, the pre-merge merge checks can only be triggered by these 2 events :
- on-reviewer-status-changed
- on-code-pushed
This would mean that if I create a custom merge check that does something like checking all comments, or checking the pull rerquest title, then my merge check would not re-run after the title was edited, or a new comment is added etc. If I wanted the merge check to run again, I would have to manually click the 'rerun' button (if last run was rejected)
And if the previous merge check had passed, there is no 'rerun' button either, so if as a user, I wanted to re-run it, I'd have to push a change or unapprove/re-approve to force the merge check to re-evaluate
Am I currently missing something, or is there another way to make custom merge checks re-run?
Also are there any plans to add more triggers in the near future, like 'on-pull-request-rescoped', 'on-pull-request-comment-activity' etc?
Regards