Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": []
}
],
"previewChanges": [],
"upcomingChanges": [
{
"title": "The following changes will be made to the schema:",
"changes": [
"<p>On member <code>ReviewRequest.requestedBy</code>:<code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead. <strong>Effective 2026-04-01</strong>.</p>"
]
}
],
"date": "2025-12-13"
},
{
"schemaChanges": [
{
Expand Down
6 changes: 6 additions & 0 deletions src/graphql/data/fpt/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7596,6 +7596,12 @@ upcoming_changes:
date: '2026-04-01T00:00:00+00:00'
criticality: breaking
owner: audit_logs
- location: ReviewRequest.requestedBy
description: '`requestedBy` will be removed. Use `requestedByActor` instead.'
reason: '`requestedBy` will be removed.'
date: '2026-04-01T00:00:00+00:00'
criticality: breaking
owner: github/client-apps-platform
- location: TeamAddMemberAuditEntry.action
description: '`action` will be removed.'
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/fpt/upcoming-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,14 @@
"criticality": "breaking",
"owner": "audit_logs"
},
{
"location": "ReviewRequest.requestedBy",
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
"reason": "<p><code>requestedBy</code> will be removed.</p>",
"date": "2026-04-01",
"criticality": "breaking",
"owner": "github/client-apps-platform"
},
{
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
"description": "<p><code>userUrl</code> will be removed.</p>",
Expand Down
6 changes: 6 additions & 0 deletions src/graphql/data/ghec/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7596,6 +7596,12 @@ upcoming_changes:
date: '2026-04-01T00:00:00+00:00'
criticality: breaking
owner: audit_logs
- location: ReviewRequest.requestedBy
description: '`requestedBy` will be removed. Use `requestedByActor` instead.'
reason: '`requestedBy` will be removed.'
date: '2026-04-01T00:00:00+00:00'
criticality: breaking
owner: github/client-apps-platform
- location: TeamAddMemberAuditEntry.action
description: '`action` will be removed.'
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/ghec/upcoming-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,14 @@
"criticality": "breaking",
"owner": "audit_logs"
},
{
"location": "ReviewRequest.requestedBy",
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
"reason": "<p><code>requestedBy</code> will be removed.</p>",
"date": "2026-04-01",
"criticality": "breaking",
"owner": "github/client-apps-platform"
},
{
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
"description": "<p><code>userUrl</code> will be removed.</p>",
Expand Down
Loading