Skip to content

Commit 270e13e

Browse files
authored
Merge pull request #41829 from github/repo-sync
Repo sync
2 parents 8b8a933 + c5f26db commit 270e13e

File tree

5 files changed

+46
-0
lines changed

5 files changed

+46
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": []
7+
}
8+
],
9+
"previewChanges": [],
10+
"upcomingChanges": [
11+
{
12+
"title": "The following changes will be made to the schema:",
13+
"changes": [
14+
"<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>"
15+
]
16+
}
17+
],
18+
"date": "2025-12-13"
19+
},
220
{
321
"schemaChanges": [
422
{

src/graphql/data/fpt/graphql_upcoming_changes.public.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7596,6 +7596,12 @@ upcoming_changes:
75967596
date: '2026-04-01T00:00:00+00:00'
75977597
criticality: breaking
75987598
owner: audit_logs
7599+
- location: ReviewRequest.requestedBy
7600+
description: '`requestedBy` will be removed. Use `requestedByActor` instead.'
7601+
reason: '`requestedBy` will be removed.'
7602+
date: '2026-04-01T00:00:00+00:00'
7603+
criticality: breaking
7604+
owner: github/client-apps-platform
75997605
- location: TeamAddMemberAuditEntry.action
76007606
description: '`action` will be removed.'
76017607
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.

src/graphql/data/fpt/upcoming-changes.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,14 @@
784784
"criticality": "breaking",
785785
"owner": "audit_logs"
786786
},
787+
{
788+
"location": "ReviewRequest.requestedBy",
789+
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
790+
"reason": "<p><code>requestedBy</code> will be removed.</p>",
791+
"date": "2026-04-01",
792+
"criticality": "breaking",
793+
"owner": "github/client-apps-platform"
794+
},
787795
{
788796
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
789797
"description": "<p><code>userUrl</code> will be removed.</p>",

src/graphql/data/ghec/graphql_upcoming_changes.public.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7596,6 +7596,12 @@ upcoming_changes:
75967596
date: '2026-04-01T00:00:00+00:00'
75977597
criticality: breaking
75987598
owner: audit_logs
7599+
- location: ReviewRequest.requestedBy
7600+
description: '`requestedBy` will be removed. Use `requestedByActor` instead.'
7601+
reason: '`requestedBy` will be removed.'
7602+
date: '2026-04-01T00:00:00+00:00'
7603+
criticality: breaking
7604+
owner: github/client-apps-platform
75997605
- location: TeamAddMemberAuditEntry.action
76007606
description: '`action` will be removed.'
76017607
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.

src/graphql/data/ghec/upcoming-changes.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,14 @@
784784
"criticality": "breaking",
785785
"owner": "audit_logs"
786786
},
787+
{
788+
"location": "ReviewRequest.requestedBy",
789+
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
790+
"reason": "<p><code>requestedBy</code> will be removed.</p>",
791+
"date": "2026-04-01",
792+
"criticality": "breaking",
793+
"owner": "github/client-apps-platform"
794+
},
787795
{
788796
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
789797
"description": "<p><code>userUrl</code> will be removed.</p>",

0 commit comments

Comments
 (0)