diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 05c494018644..9d17f7427a08 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -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": [ + "

On member ReviewRequest.requestedBy:requestedBy will be removed. Use requestedByActor instead. Effective 2026-04-01.

" + ] + } + ], + "date": "2025-12-13" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml index 26920cb943e5..b15a5de38cfb 100644 --- a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml @@ -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. diff --git a/src/graphql/data/fpt/upcoming-changes.json b/src/graphql/data/fpt/upcoming-changes.json index 6fcc489e4f35..a14f4cc04e11 100644 --- a/src/graphql/data/fpt/upcoming-changes.json +++ b/src/graphql/data/fpt/upcoming-changes.json @@ -784,6 +784,14 @@ "criticality": "breaking", "owner": "audit_logs" }, + { + "location": "ReviewRequest.requestedBy", + "description": "

requestedBy will be removed. Use requestedByActor instead.

", + "reason": "

requestedBy will be removed.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "github/client-apps-platform" + }, { "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", "description": "

userUrl will be removed.

", diff --git a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml index 26920cb943e5..b15a5de38cfb 100644 --- a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml @@ -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. diff --git a/src/graphql/data/ghec/upcoming-changes.json b/src/graphql/data/ghec/upcoming-changes.json index 6fcc489e4f35..a14f4cc04e11 100644 --- a/src/graphql/data/ghec/upcoming-changes.json +++ b/src/graphql/data/ghec/upcoming-changes.json @@ -784,6 +784,14 @@ "criticality": "breaking", "owner": "audit_logs" }, + { + "location": "ReviewRequest.requestedBy", + "description": "

requestedBy will be removed. Use requestedByActor instead.

", + "reason": "

requestedBy will be removed.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "github/client-apps-platform" + }, { "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", "description": "

userUrl will be removed.

",