Skip to content

Commit f60eb29

Browse files
Trim the review comment to essentials
Drop product-jargon ('in context'), the share prompt (the review page has a per-change 'Copy link'), the 'anyone with the link' line (covered by the docs 'How it works' link), and 'no install or account needed' (self-evident on click). Keep the title (the value), the 7-day TTL, the privacy explanation, and the opt-out footer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2b13b13 commit f60eb29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

breaking/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ post_review_comment () {
6666
body="${marker}
6767
### 📋 [View the side-by-side API change review](${review_url})
6868
69-
See exactly what changed, in context. Share this link with your team: anyone with the link can open the review, no install or account needed. It expires in 7 days.
69+
The link expires in 7 days.
7070
7171
🔒 Your API specs are encrypted in CI before they're uploaded. The decryption key stays in this link's URL fragment (after the #), which browsers never send to a server, so oasdiff cannot read your specs. [How it works →](https://www.oasdiff.com/docs/free-review#privacy)
7272

changelog/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ post_review_comment () {
8585
body="${marker}
8686
### 📋 [View the side-by-side API change review](${review_url})
8787
88-
See exactly what changed, in context. Share this link with your team: anyone with the link can open the review, no install or account needed. It expires in 7 days.
88+
The link expires in 7 days.
8989
9090
🔒 Your API specs are encrypted in CI before they're uploaded. The decryption key stays in this link's URL fragment (after the #), which browsers never send to a server, so oasdiff cannot read your specs. [How it works →](https://www.oasdiff.com/docs/free-review#privacy)
9191

0 commit comments

Comments
 (0)