relay icon indicating copy to clipboard operation
relay copied to clipboard

Implement changelog check for merge queue

Open Dav1dde opened this issue 6 months ago • 0 comments

The merge queue trigger in github actions does not have access to all included PRs, hence changelogs can't be verified the same way we do it within the scope of a PR.

But the action has access to two commit hashes (before + after), the action can grab a diff of the two commits and make sure there are only changes in the Unreleased section.

This will finally ensure no PR with the changelog in the wrong section can be merged.

Dav1dde avatar Jun 25 '25 09:06 Dav1dde