Skip to content

session: make SessionRunner.process_one_message ensure MRs are still open

Sometimes we process events which indicate an associated MR is open but in fact they have been closed or merged. In this case we don't want to process them any more.

Once an event has passed basic filter checks, use the new BaseEvent.mr_is_open to see if the MR is currently open and if not, stop processing the event.

Part of: #580

Signed-off-by: Patrick Talbert ptalbert@redhat.com

Edited by Patrick Talbert

Merge request reports