Skip to content

Implement changelog check for merge queue #4857

Open
@Dav1dde

Description

@Dav1dde

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fillerRequires little effort to resolve. Ready to be picked up anytime.maintenanceTasks with this label generally have a lower priority and due date

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions