Skip to content

Sweep Merge Requests

Andre Sailer requested to merge sailer/lcgcmake:sweep_master into master

This MR contains the adapted Merge Request sweeper from atlas.

It takes merged merge requests and applies them to other branches by taking the merge commit and opening new Merge Requests for the selected branches. the branches can be selected with alsoTargeting:<branch> . (Some automation is also possible but not currently configured).

To enable:

add a "scheduled" CI run and add a project token as the SWEEP_TOKEN variable

Example: Swept sailer/lcgcmake!6 (merged) into sailer/lcgcmake!10 (closed)

Merge request reports