Skip to content

Implement changelog check for MRs

Henrik Stooss requested to merge check-changelog-on-mrs-only into main

This MR changes the behaviour of check_changelog.py to just look for the CI_OPEN_MERGE_REQUESTS environment variable. This variable is only available in branch and merge request pipelines if the branch has an associated merge request.

Edited by Henrik Stooss

Merge request reports