Documented check-run re-request support on /docs/api/origin and /docs/api/origin/changelog: POST .../check-runs/{checkRunId}/rerequest, rerequestedBy on check runs, and updated rerequestedAt / listing behavior for outstanding re-requests.
Changelog
Origin API
Documented check-run re-request support on /docs/api/origin and /docs/api/origin/changelog: POST .../check-runs/{checkRunId}/rerequest, rerequestedBy on check runs, and updated rerequestedAt / listing behavior for outstanding re-requests.
Breaking:repository.check_run.rerequested no longer includes top-level rerequestedBy; read checkRun.rerequestedBy instead (/docs/api/origin/changelog).
Documented repository settings updates via PATCH /v1/origin/repos/{ownerSlug}/{repoName} (defaultBranch, merge methods, visibility, automatic head-branch deletion) and the new repository:settings:write scope.
Documented mirror lifecycle APIs: Transition Repo Mirror, Force Repo Mirror Cutover, Detach Repo Mirror, plus Get Mirror Transition Job and Get Active Mirror Transition Job (user credential + repository:mirror:write / repository:mirror:delete).
Scope and rate-limit notes updated: repository:metadata:read covers mirror transition jobs; repository:contents:write covers check-run re-request; Transition Repo Mirror and Force Repo Mirror Cutover share the heavier write budget.