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(pr-metrics): Send the canonical Seer RepoDefinition in the judge forward
The judge forward sent a flat repo dict with a combined "owner/repo" name, which
won't validate into Seer's RepoDefinition — it requires owner and name split, a
bare provider slug, and the base/org/privacy fields. Reuse code review's repo
definition builder so the forward emits the exact shape Seer already parses, with
no normalization on the Seer side.
Promote build_repo_definition to public and make its event_payload optional: the
forward runs in a task with no webhook payload, so it leaves is_private unknown.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments