ci: add PR commit message sanity check workflow#10286
Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom Apr 23, 2026
Merged
ci: add PR commit message sanity check workflow#10286JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to enforce commit-message hygiene on pull requests by scanning PR commits for disallowed AI attribution trailers (specifically Co-authored-by: / Signed-off-by: referencing noreply@anthropic.com).
Changes:
- Introduces a
pr-commit-check.ymlworkflow triggered onpull_request. - Fetches full git history and iterates over PR commits to grep commit messages for the disallowed trailers.
- Fails the workflow with an error annotation if any commit violates the rule.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds a GitHub Actions workflow that scans every commit in a pull request and fails if any commit message carries a Co-authored-by or Signed-off-by trailer pointing at noreply@anthropic.com.
Member
Author
|
Jenkins retest this please, unrelated failure |
JacobBarthelmeh
approved these changes
Apr 23, 2026
Contributor
JacobBarthelmeh
left a comment
There was a problem hiding this comment.
Likely should be expanded to trigger on other co-author AI cases. This looks like a great first test addition.
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.
Adds a GitHub Actions workflow that scans every commit in a pull request and fails if any commit message carries a Co-authored-by or Signed-off-by trailer pointing at
noreply@anthropic.com.