Merge Request Pipeline - Retrigger on property change
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
We are using merge request pipelines to enforce different workflows in our development process (ex. source->target branch, title & desc). At the moment the mr request pipeline already gets rerun when you change the target branch. To prevent that the users needs to rerun it manually or changes for example the title/description after a successful run. It would be great to rerun(optional?) the pipelines also if other properties change. (This was already done for changing the target branch !107709 (merged) #36995 (closed))
We would also love to contribute this feature code wise, but we open this issue to get a common consensus on the behaviour.