Add changelog validation workflow for release PRs - #28
Merged
Conversation
njuettner
force-pushed
the
validate-changelog
branch
from
June 25, 2025 07:09
5ef84aa to
4c9658f
Compare
Gacko
approved these changes
Jun 25, 2025
marians
reviewed
Jun 26, 2025
| @@ -0,0 +1,200 @@ | |||
| name: Validate Release Changelog | |||
Member
There was a problem hiding this comment.
Is this workflow usable in all repositories, or only in specific ones? The term "Release Changelog" makes me think that it's something specific. If it's any "keep-a-changelog" changelog, I'd rather change the title to something like "Validate changelog" or "Validate changelog structure".
Member
Author
There was a problem hiding this comment.
Yep it's usable in all repos 👍🏻. I updated the title as suggested, it makes sense. I hope it's more clear now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards: https://github.com/giantswarm/giantswarm/issues/33613
Adds a GitHub Actions workflow to validate that release PRs contain proper changelog entries. The workflow:
This prevents releases with missing or empty changelog content.
Example: giantswarm/cluster-api-events#34