New fields added in PATCH /repos/{owner}/{repo} request body: [pull_request_creation_policy has_pull_requests]
- Affected surface
- PATCH /repos/{owner}/{repo}
What changed
New fields added in PATCH /repos/{owner}/{repo} request body: [pull_request_creation_policy has_pull_requests] Affected surface: PATCH /repos/{owner}/{repo}. Root cause: endpoint `PATCH /repos/{owner}/{repo}`. Detected at Mon, 08 Jun 2026 18:05:15 UTC UTC.
Diff
{
"added_fields": [
"pull_request_creation_policy",
"has_pull_requests"
],
"path": "PATCH /repos/{owner}/{repo}",
"schema_path": "PATCH /repos/{owner}/{repo} request body"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
