feat(changelog): emit free review link when changes are found#103
Merged
reuvenharrison merged 2 commits intomainfrom Apr 26, 2026
Merged
feat(changelog): emit free review link when changes are found#103reuvenharrison merged 2 commits intomainfrom
reuvenharrison merged 2 commits intomainfrom
Conversation
Mirrors the breaking action: when oasdiff changelog finds changes, emit
a ::notice:: annotation and a $GITHUB_STEP_SUMMARY markdown link
pointing at the free review page on oasdiff.com.
Wording matches the breaking action ("Review & approve these API
changes") because changelog surfaces all severities, and warn/err
changes still gate the merge and need approval just like breaking ones.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The new review-link emission uses jq to read the PR head SHA from GITHUB_EVENT_PATH and to URL-encode path arguments. The breaking and pr-comment Dockerfiles already install it; mirror that here. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Mirrors the existing pattern in the
breakingaction: whenoasdiff changelogfinds changes, emit a::notice::annotation and a$GITHUB_STEP_SUMMARYmarkdown link pointing at the free review page at oasdiff.com.The wording matches the breaking action (
Review & approve these API changes) because the changelog action surfaces all severities, and warn/err changes still need approval to clear the merge gate just like breaking ones.Test plan
::notice::annotation appears with a link tohttps://www.oasdiff.com/review?....🤖 Generated with Claude Code