Skip to content

CI: Add check if integration branch is on top of target branch before reusing it

Jonas Höppner requested to merge fix-reuse-of-outdated-integration-branch into master

The integration branch was reused even if there where new commits on the target branch, which could lead into reverting some changes. This adds a check, if the existing integration branch is directly based on the target branch and deletes it if not.

Merge request reports

Loading