Commit c002f99
feat(changelog): emit free review link when changes are found (#103)
* feat(changelog): emit free review link when changes are found
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>
* fix(changelog): install jq in Docker image
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>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 05ba4ea commit c002f99
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
| |||
0 commit comments