Documented app access to mirrored repositories on /docs/api/origin: mirrors can be selected into installations, listed, named in access tokens, and receive webhooks; until a mirror is a stable outbound mirror it stays read-only (reposito…
Changelog
Origin API
Documented app access to mirrored repositories on /docs/api/origin: mirrors can be selected into installations, listed, named in access tokens, and receive webhooks; until a mirror is a stable outbound mirror it stays read-only (repository:metadata:read and repository:contents:read only; other scopes and git push return 403).
Documented Delete Ruleset (DELETE /v1/origin/repos/{ownerSlug}/{repoName}/rulesets/{rulesetId}, scope repository:rulesets:write) and addressing any repository-scoped endpoint by stable repo ID (owner_, name = repo ID) in the Origin API changelog.
Create/Update Pull Request Comment now reject bodies longer than 65,536 Unicode code points with InvalidArgument (HTTP 400) instead of an internal error (changelog).