Skip to content

Commit f225f25

Browse files
authored
Merge pull request #37143 from github/repo-sync
Repo sync
2 parents 12140f1 + d14c52c commit f225f25

11 files changed

+4572
-92
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,92 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>CreateIssueTypeInput</code> was added</p>",
8+
"<p>Type <code>CreateIssueTypePayload</code> was added</p>",
9+
"<p>Type <code>DeleteIssueTypeInput</code> was added</p>",
10+
"<p>Type <code>DeleteIssueTypePayload</code> was added</p>",
11+
"<p>Type <code>IssueType</code> was added</p>",
12+
"<p>Type <code>IssueTypeAddedEvent</code> was added</p>",
13+
"<p>Type <code>IssueTypeChangedEvent</code> was added</p>",
14+
"<p>Type <code>IssueTypeColor</code> was added</p>",
15+
"<p>Type <code>IssueTypeConnection</code> was added</p>",
16+
"<p>Type <code>IssueTypeEdge</code> was added</p>",
17+
"<p>Type <code>IssueTypeOrder</code> was added</p>",
18+
"<p>Type <code>IssueTypeOrderField</code> was added</p>",
19+
"<p>Type <code>IssueTypeRemovedEvent</code> was added</p>",
20+
"<p>Type <code>PullRequestAllowedMergeMethods</code> was added</p>",
21+
"<p>Type <code>RepositoryVulnerabilityAlertDependencyRelationship</code> was added</p>",
22+
"<p>Type <code>UpdateIssueIssueTypeInput</code> was added</p>",
23+
"<p>Type <code>UpdateIssueIssueTypePayload</code> was added</p>",
24+
"<p>Type <code>UpdateIssueTypeInput</code> was added</p>",
25+
"<p>Type <code>UpdateIssueTypePayload</code> was added</p>",
26+
"<p>Input field <code>issueTypeId</code> of type <code>ID</code> was added to input object type <code>CreateIssueInput</code></p>",
27+
"<p>Field <code>packageUrl</code> was added to object type <code>DependencyGraphDependency</code></p>",
28+
"<p>Field <code>issueType</code> was added to object type <code>Issue</code></p>",
29+
"<p>Field <code>type</code> was added to object type <code>IssueTemplate</code></p>",
30+
"<p>Member <code>IssueTypeAddedEvent</code> was added to Union type <code>IssueTimelineItems</code></p>",
31+
"<p>Member <code>IssueTypeChangedEvent</code> was added to Union type <code>IssueTimelineItems</code></p>",
32+
"<p>Member <code>IssueTypeRemovedEvent</code> was added to Union type <code>IssueTimelineItems</code></p>",
33+
"<p>Enum value 'ISSUE_TYPE_ADDED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
34+
"<p>Enum value 'ISSUE_TYPE_CHANGED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
35+
"<p>Enum value 'ISSUE_TYPE_REMOVED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
36+
"<p>Field <code>descriptionHTML</code> was added to object type <code>Milestone</code></p>",
37+
"<p>Field <code>createIssueType</code> was added to object type <code>Mutation</code></p>",
38+
"<p>Field <code>deleteIssueType</code> was added to object type <code>Mutation</code></p>",
39+
"<p>Field <code>updateIssueIssueType</code> was added to object type <code>Mutation</code></p>",
40+
"<p>Field <code>updateIssueType</code> was added to object type <code>Mutation</code></p>",
41+
"<p>Field <code>issueTypes</code> was added to object type <code>Organization</code></p>",
42+
"<p>Enum value 'ISSUE_TYPE<code>was added to enum</code>ProjectV2FieldType'</p>",
43+
"<p>Field <code>automaticCopilotCodeReviewEnabled</code> was added to object type <code>PullRequestParameters</code></p>",
44+
"<p>Field <code>PullRequestParameters.allowedMergeMethods</code> changed type from '[String!]<code>to</code>[PullRequestAllowedMergeMethods!]'</p>",
45+
"<p>Input field <code>automaticCopilotCodeReviewEnabled</code> of type <code>Boolean</code> was added to input object type <code>PullRequestParametersInput</code></p>",
46+
"<p>Input field <code>PullRequestParametersInput.allowedMergeMethods</code> changed type from '[String!]<code>to</code>[PullRequestAllowedMergeMethods!]'</p>",
47+
"<p>Member <code>IssueTypeAddedEvent</code> was added to Union type <code>PullRequestTimelineItems</code></p>",
48+
"<p>Member <code>IssueTypeChangedEvent</code> was added to Union type <code>PullRequestTimelineItems</code></p>",
49+
"<p>Member <code>IssueTypeRemovedEvent</code> was added to Union type <code>PullRequestTimelineItems</code></p>",
50+
"<p>Enum value 'ISSUE_TYPE_ADDED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
51+
"<p>Enum value 'ISSUE_TYPE_CHANGED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
52+
"<p>Enum value 'ISSUE_TYPE_REMOVED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
53+
"<p>Field <code>issueType</code> was added to object type <code>Repository</code></p>",
54+
"<p>Field <code>issueTypes</code> was added to object type <code>Repository</code></p>",
55+
"<p>Field <code>dependencyRelationship</code> was added to object type <code>RepositoryVulnerabilityAlert</code></p>",
56+
"<p>Enum value 'ISSUE_ADVANCED<code>was added to enum</code>SearchType'</p>",
57+
"<p>Input field <code>issueTypeId</code> of type <code>ID</code> was added to input object type <code>UpdateIssueInput</code></p>"
58+
]
59+
}
60+
],
61+
"previewChanges": [],
62+
"upcomingChanges": [
63+
{
64+
"title": "The following changes will be made to the schema:",
65+
"changes": [
66+
"<p>On member <code>AddedToProjectEvent.project</code>:<code>project</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
67+
"<p>On member <code>ConvertedNoteToIssueEvent.project</code>:<code>project</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
68+
"<p>On member <code>CreateIssueTypeInput.isPrivate</code>:<code>isPrivate</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
69+
"<p>On member <code>Issue.projectCards</code>:<code>projectCards</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
70+
"<p>On member <code>IssueType.isPrivate</code>:<code>isPrivate</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
71+
"<p>On member <code>MovedColumnsInProjectEvent.project</code>:<code>project</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
72+
"<p>On member <code>Organization.viewerCanCreateProjects</code>:<code>viewerCanCreateProjects</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
73+
"<p>On member <code>ProjectCardArchivedState.ARCHIVED</code>:<code>ARCHIVED</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
74+
"<p>On member <code>ProjectCardArchivedState.NOT_ARCHIVED</code>:<code>NOT_ARCHIVED</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
75+
"<p>On member <code>ProjectOwner.id</code>:<code>id</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
76+
"<p>On member <code>ProjectOwner.projectsResourcePath</code>:<code>projectsResourcePath</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
77+
"<p>On member <code>ProjectOwner.projectsUrl</code>:<code>projectsUrl</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
78+
"<p>On member <code>ProjectOwner.viewerCanCreateProjects</code>:<code>viewerCanCreateProjects</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
79+
"<p>On member <code>PullRequest.projectCards</code>:<code>projectCards</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
80+
"<p>On member <code>RemovedFromProjectEvent.project</code>:<code>project</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
81+
"<p>On member <code>Repository.viewerCanCreateProjects</code>:<code>viewerCanCreateProjects</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
82+
"<p>On member <code>UpdateIssueTypeInput.isPrivate</code>:<code>isPrivate</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
83+
"<p>On member <code>User.viewerCanCreateProjects</code>:<code>viewerCanCreateProjects</code> will be removed. <strong>Effective 2025-04-01</strong>.</p>",
84+
"<p>On member <code>SearchType.ISSUE_ADVANCED</code>:<code>ISSUE_ADVANCED</code> will be removed. <strong>Effective 2025-09-04</strong>.</p>"
85+
]
86+
}
87+
],
88+
"date": "2025-03-27"
89+
},
290
{
391
"schemaChanges": [
492
{

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

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,14 @@ upcoming_changes:
674674
date: '2025-04-01T00:00:00+00:00'
675675
criticality: breaking
676676
owner: github/memex
677+
- location: AddedToProjectEvent.project
678+
description: '`project` will be removed.'
679+
reason:
680+
'Projects (classic) is being deprecated in favor of the new Projects experience,
681+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
682+
date: '2025-04-01T00:00:00+00:00'
683+
criticality: breaking
684+
owner: github/memex
677685
- location: AddedToProjectEvent.projectCard
678686
description: '`projectCard` will be removed.'
679687
reason:
@@ -730,6 +738,14 @@ upcoming_changes:
730738
date: '2025-04-01T00:00:00+00:00'
731739
criticality: breaking
732740
owner: vaindil
741+
- location: ConvertedNoteToIssueEvent.project
742+
description: '`project` will be removed.'
743+
reason:
744+
'Projects (classic) is being deprecated in favor of the new Projects experience,
745+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
746+
date: '2025-04-01T00:00:00+00:00'
747+
criticality: breaking
748+
owner: github/memex
733749
- location: ConvertedNoteToIssueEvent.projectCard
734750
description: '`projectCard` will be removed.'
735751
reason:
@@ -738,6 +754,12 @@ upcoming_changes:
738754
date: '2025-04-01T00:00:00+00:00'
739755
criticality: breaking
740756
owner: github/memex
757+
- location: CreateIssueTypeInput.isPrivate
758+
description: '`isPrivate` will be removed.'
759+
reason: Private issue types are being deprecated and can no longer be created.
760+
date: '2025-04-01T00:00:00+00:00'
761+
criticality: breaking
762+
owner: github/issues
741763
- location: Enterprise.announcement
742764
description:
743765
'`announcement` will be removed. Use the `announcementBanner` object
@@ -802,6 +824,20 @@ upcoming_changes:
802824
date: '2025-04-01T00:00:00+00:00'
803825
criticality: breaking
804826
owner: authentication
827+
- location: Issue.projectCards
828+
description: '`projectCards` will be removed.'
829+
reason:
830+
'Projects (classic) is being deprecated in favor of the new Projects experience,
831+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
832+
date: '2025-04-01T00:00:00+00:00'
833+
criticality: breaking
834+
owner: github/memex
835+
- location: IssueType.isPrivate
836+
description: '`isPrivate` will be removed.'
837+
reason: Private issue types are being deprecated and can no longer be created.
838+
date: '2025-04-01T00:00:00+00:00'
839+
criticality: breaking
840+
owner: github/issues
805841
- location: MovedColumnsInProjectEvent.databaseId
806842
description: '`databaseId` will be removed.'
807843
reason:
@@ -818,6 +854,14 @@ upcoming_changes:
818854
date: '2025-04-01T00:00:00+00:00'
819855
criticality: breaking
820856
owner: github/memex
857+
- location: MovedColumnsInProjectEvent.project
858+
description: '`project` will be removed.'
859+
reason:
860+
'Projects (classic) is being deprecated in favor of the new Projects experience,
861+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
862+
date: '2025-04-01T00:00:00+00:00'
863+
criticality: breaking
864+
owner: github/memex
821865
- location: MovedColumnsInProjectEvent.projectCard
822866
description: '`projectCard` will be removed.'
823867
reason:
@@ -1018,6 +1062,14 @@ upcoming_changes:
10181062
date: '2025-04-01T00:00:00+00:00'
10191063
criticality: breaking
10201064
owner: github/memex
1065+
- location: Organization.viewerCanCreateProjects
1066+
description: '`viewerCanCreateProjects` will be removed.'
1067+
reason:
1068+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1069+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1070+
date: '2025-04-01T00:00:00+00:00'
1071+
criticality: breaking
1072+
owner: github/memex
10211073
- location: Project.body
10221074
description: '`body` will be removed.'
10231075
reason:
@@ -1250,6 +1302,22 @@ upcoming_changes:
12501302
date: '2025-04-01T00:00:00+00:00'
12511303
criticality: breaking
12521304
owner: github/memex
1305+
- location: ProjectCardArchivedState.ARCHIVED
1306+
description: '`ARCHIVED` will be removed.'
1307+
reason:
1308+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1309+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1310+
date: '2025-04-01T00:00:00+00:00'
1311+
criticality: breaking
1312+
owner: github/memex
1313+
- location: ProjectCardArchivedState.NOT_ARCHIVED
1314+
description: '`NOT_ARCHIVED` will be removed.'
1315+
reason:
1316+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1317+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1318+
date: '2025-04-01T00:00:00+00:00'
1319+
criticality: breaking
1320+
owner: github/memex
12531321
- location: ProjectColumn.cards
12541322
description: '`cards` will be removed.'
12551323
reason:
@@ -1330,6 +1398,14 @@ upcoming_changes:
13301398
date: '2025-04-01T00:00:00+00:00'
13311399
criticality: breaking
13321400
owner: github/memex
1401+
- location: ProjectOwner.id
1402+
description: '`id` will be removed.'
1403+
reason:
1404+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1405+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1406+
date: '2025-04-01T00:00:00+00:00'
1407+
criticality: breaking
1408+
owner: github/memex
13331409
- location: ProjectOwner.project
13341410
description: '`project` will be removed.'
13351411
reason:
@@ -1346,6 +1422,30 @@ upcoming_changes:
13461422
date: '2025-04-01T00:00:00+00:00'
13471423
criticality: breaking
13481424
owner: github/memex
1425+
- location: ProjectOwner.projectsResourcePath
1426+
description: '`projectsResourcePath` will be removed.'
1427+
reason:
1428+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1429+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1430+
date: '2025-04-01T00:00:00+00:00'
1431+
criticality: breaking
1432+
owner: github/memex
1433+
- location: ProjectOwner.projectsUrl
1434+
description: '`projectsUrl` will be removed.'
1435+
reason:
1436+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1437+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1438+
date: '2025-04-01T00:00:00+00:00'
1439+
criticality: breaking
1440+
owner: github/memex
1441+
- location: ProjectOwner.viewerCanCreateProjects
1442+
description: '`viewerCanCreateProjects` will be removed.'
1443+
reason:
1444+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1445+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1446+
date: '2025-04-01T00:00:00+00:00'
1447+
criticality: breaking
1448+
owner: github/memex
13491449
- location: ProjectProgress.doneCount
13501450
description: '`doneCount` will be removed.'
13511451
reason:
@@ -1442,6 +1542,14 @@ upcoming_changes:
14421542
date: '2025-04-01T00:00:00+00:00'
14431543
criticality: breaking
14441544
owner: dewski
1545+
- location: PullRequest.projectCards
1546+
description: '`projectCards` will be removed.'
1547+
reason:
1548+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1549+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1550+
date: '2025-04-01T00:00:00+00:00'
1551+
criticality: breaking
1552+
owner: github/memex
14451553
- location: RemovedFromProjectEvent.databaseId
14461554
description: '`databaseId` will be removed.'
14471555
reason:
@@ -1450,6 +1558,14 @@ upcoming_changes:
14501558
date: '2025-04-01T00:00:00+00:00'
14511559
criticality: breaking
14521560
owner: github/memex
1561+
- location: RemovedFromProjectEvent.project
1562+
description: '`project` will be removed.'
1563+
reason:
1564+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1565+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1566+
date: '2025-04-01T00:00:00+00:00'
1567+
criticality: breaking
1568+
owner: github/memex
14531569
- location: RemovedFromProjectEvent.projectColumnName
14541570
description: '`projectColumnName` will be removed.'
14551571
reason:
@@ -1474,6 +1590,14 @@ upcoming_changes:
14741590
date: '2025-04-01T00:00:00+00:00'
14751591
criticality: breaking
14761592
owner: github/memex
1593+
- location: Repository.viewerCanCreateProjects
1594+
description: '`viewerCanCreateProjects` will be removed.'
1595+
reason:
1596+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1597+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1598+
date: '2025-04-01T00:00:00+00:00'
1599+
criticality: breaking
1600+
owner: github/memex
14771601
- location: SearchShortcutQueryProjectTerm.project
14781602
description: '`project` will be removed.'
14791603
reason:
@@ -1482,6 +1606,12 @@ upcoming_changes:
14821606
date: '2025-04-01T00:00:00+00:00'
14831607
criticality: breaking
14841608
owner: github/memex
1609+
- location: UpdateIssueTypeInput.isPrivate
1610+
description: '`isPrivate` will be removed.'
1611+
reason: Private issue types are being deprecated and can no longer be created.
1612+
date: '2025-04-01T00:00:00+00:00'
1613+
criticality: breaking
1614+
owner: github/issues
14851615
- location: User.project
14861616
description: '`project` will be removed.'
14871617
reason:
@@ -1498,6 +1628,22 @@ upcoming_changes:
14981628
date: '2025-04-01T00:00:00+00:00'
14991629
criticality: breaking
15001630
owner: github/memex
1631+
- location: User.viewerCanCreateProjects
1632+
description: '`viewerCanCreateProjects` will be removed.'
1633+
reason:
1634+
'Projects (classic) is being deprecated in favor of the new Projects experience,
1635+
see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.'
1636+
date: '2025-04-01T00:00:00+00:00'
1637+
criticality: breaking
1638+
owner: github/memex
1639+
- location: SearchType.ISSUE_ADVANCED
1640+
description: '`ISSUE_ADVANCED` will be removed.'
1641+
reason:
1642+
Search for issues and pull requests will be overridden by advanced search
1643+
on September 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/.
1644+
date: '2025-09-04'
1645+
criticality: breaking
1646+
owner: github/issues_advanced_search
15011647
- location: SecurityAdvisory.cvss
15021648
description:
15031649
'`cvss` will be removed. New `cvss_severities` field will now contain

0 commit comments

Comments
 (0)