New fields added in GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration response 200: [require_write_access_for_automation_triggers is_automations_enabl…
New fields added in GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration response 200: [require_write_access_for_automation_triggers is_automations_enabled]
- Affected surface
- GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration
What changed
New fields added in GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration response 200: [require_write_access_for_automation_triggers is_automations_enabled] Affected surface: GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration. Root cause: endpoint `GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration`. Detected at Fri, 17 Jul 2026 07:16:49 UTC UTC.
Diff
{
"added_fields": [
"require_write_access_for_automation_triggers",
"is_automations_enabled"
],
"path": "GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration",
"schema_path": "GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration response 200"
}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.
Related changes
Other endpoints affected by the same root cause.
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.
