Skip to content

pkg-merge-upstream-to-downstreams: Fix automergeability check

Emanuele Aina requested to merge wip/em/fix-auto-merge into apertis/v2022dev2

Compare the upstream branch to what we actually propose to be merged when checking if it can be merged automatically.

The current code compares it to the downstream branch which is not updated yet, so merge_when_pipeline_succeeds is never actually set as the diff will always include more files than expected.

Merge request reports