invoke merge request events when push new commit to MR
Created by: zlx
Hi, guys
I want to check the code when create MR or push new commit to an exist MR.
I find a MR hook can notify me when new MR is created, but when push new commit to an exist MR, only invoke push events hook, so I cannot distinguish it with push normal commit.
How can I get notified only when push new commit to an exist MR? Maybe I missing somethings.