You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): apply the pull request link to an already-compared scan pair
external_href is only honored while a diff scan is being created, so a
re-run over the same before/after pair left the Dashboard report with no
link back to its pull request. Send on_duplicate=update alongside it, which
applies the link to the existing diff scan and answers 200 with the same
envelope as a create.
The 409-and-resolve path is retained for runs with no pull request context
and for deployments that predate on_duplicate=update.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments