Add the action for PR Metadata validation#784
Draft
j-rivero wants to merge 4 commits into
Draft
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
There was a problem hiding this comment.
❌ Changelog Validation Failed
The following issues were found with this PR:
- ❌ Missing changelog file
- Please add a changelog file to the
.changelog/directory - Name it descriptively (e.g.,
fix-bug-123.md,add-new-feature.md) - The content must follow conventional commits format
- Please add a changelog file to the
Please fix the issues above and push your changes. The validation will run again automatically.
There was a problem hiding this comment.
❌ Changelog Validation Failed
The following issues were found with this PR:
-
✅ Changelog file found
-
❌ Invalid changelog content format - The changelog content must follow the Conventional Commits specification
Error:
Error: Missing commit type separator `:`
Caused by:
--> 1:5
|
1 | This is not a conventional commit format
| ^---
|
= expected scope or type_separator
Valid format examples:
feat: add flying robot support
fix: fix a memory link in the walking algorithm
Please fix the issues above and push your changes. The validation will run again automatically.
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.
🎉 New feature
Related and a resurrection of gazebo-tooling/release-tools#246. Follow up of #670
Summary
Second integration of the https://github.com/gazebo-tooling/pr-data-action/ into the main branch only of this repository. The github action added will check each of the PRs target to
mainfor the presence of a changelog entry inside the .changelog directory following conventional commits.Testing
Testing validation workflow iteratively by triggering different error states.