Skip to content

Commit 50e1abf

Browse files
GraphQL schema update (#61143)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 72342e1 commit 50e1abf

5 files changed

Lines changed: 47 additions & 12 deletions

File tree

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value <code>UNKNOWN</code> was added to enum <code>SecurityAdvisorySeverity</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-05-08"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14266,7 +14266,9 @@ enum EnterpriseAllowPrivateRepositoryForkingPolicyValue {
1426614266
ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS
1426714267

1426814268
"""
14269-
Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.
14269+
Members can fork a repository to their user account or an organization, either
14270+
inside or outside of this enterprise. Internal repositories can only be forked
14271+
inside of this enterprise.
1427014272
"""
1427114273
EVERYWHERE
1427214274

@@ -55354,7 +55356,7 @@ type RepositoryRuleset implements Node {
5535455356
}
5535555357

5535655358
"""
55357-
A team or app that has the ability to bypass a rules defined on a ruleset
55359+
A team, app or user that has the ability to bypass rules defined on a ruleset
5535855360
"""
5535955361
type RepositoryRulesetBypassActor implements Node {
5536055362
"""
@@ -55475,7 +55477,7 @@ should be specified.
5547555477
"""
5547655478
input RepositoryRulesetBypassActorInput {
5547755479
"""
55478-
For Team and Integration bypasses, the Team or Integration ID
55480+
For Team, Integration and User bypasses, the Team, Integration, or User ID
5547955481
"""
5548055482
actorId: ID
5548155483

@@ -58038,6 +58040,11 @@ enum SecurityAdvisorySeverity {
5803858040
Moderate.
5803958041
"""
5804058042
MODERATE
58043+
58044+
"""
58045+
Unknown.
58046+
"""
58047+
UNKNOWN
5804158048
}
5804258049

5804358050
"""

src/graphql/data/fpt/schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64186,7 +64186,7 @@
6418664186
"name": "RepositoryRulesetBypassActor",
6418764187
"id": "repositoryrulesetbypassactor",
6418864188
"href": "/graphql/reference/objects#repositoryrulesetbypassactor",
64189-
"description": "<p>A team or app that has the ability to bypass a rules defined on a ruleset.</p>",
64189+
"description": "<p>A team, app or user that has the ability to bypass rules defined on a ruleset.</p>",
6419064190
"implements": [
6419164191
{
6419264192
"name": "Node",
@@ -81277,7 +81277,7 @@
8127781277
},
8127881278
{
8127981279
"name": "EVERYWHERE",
81280-
"description": "<p>Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.</p>"
81280+
"description": "<p>Members can fork a repository to their user account or an organization, either\ninside or outside of this enterprise. Internal repositories can only be forked\ninside of this enterprise.</p>"
8128181281
},
8128281282
{
8128381283
"name": "SAME_ORGANIZATION",
@@ -85706,6 +85706,10 @@
8570685706
{
8570785707
"name": "MODERATE",
8570885708
"description": "<p>Moderate.</p>"
85709+
},
85710+
{
85711+
"name": "UNKNOWN",
85712+
"description": "<p>Unknown.</p>"
8570985713
}
8571085714
]
8571185715
},
@@ -98434,7 +98438,7 @@
9843498438
"inputFields": [
9843598439
{
9843698440
"name": "actorId",
98437-
"description": "<p>For Team and Integration bypasses, the Team or Integration ID.</p>",
98441+
"description": "<p>For Team, Integration and User bypasses, the Team, Integration, or User ID.</p>",
9843898442
"type": "ID",
9843998443
"id": "id",
9844098444
"href": "/graphql/reference/scalars#id"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14266,7 +14266,9 @@ enum EnterpriseAllowPrivateRepositoryForkingPolicyValue {
1426614266
ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS
1426714267

1426814268
"""
14269-
Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.
14269+
Members can fork a repository to their user account or an organization, either
14270+
inside or outside of this enterprise. Internal repositories can only be forked
14271+
inside of this enterprise.
1427014272
"""
1427114273
EVERYWHERE
1427214274

@@ -55354,7 +55356,7 @@ type RepositoryRuleset implements Node {
5535455356
}
5535555357

5535655358
"""
55357-
A team or app that has the ability to bypass a rules defined on a ruleset
55359+
A team, app or user that has the ability to bypass rules defined on a ruleset
5535855360
"""
5535955361
type RepositoryRulesetBypassActor implements Node {
5536055362
"""
@@ -55475,7 +55477,7 @@ should be specified.
5547555477
"""
5547655478
input RepositoryRulesetBypassActorInput {
5547755479
"""
55478-
For Team and Integration bypasses, the Team or Integration ID
55480+
For Team, Integration and User bypasses, the Team, Integration, or User ID
5547955481
"""
5548055482
actorId: ID
5548155483

@@ -58038,6 +58040,11 @@ enum SecurityAdvisorySeverity {
5803858040
Moderate.
5803958041
"""
5804058042
MODERATE
58043+
58044+
"""
58045+
Unknown.
58046+
"""
58047+
UNKNOWN
5804158048
}
5804258049

5804358050
"""

src/graphql/data/ghec/schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64186,7 +64186,7 @@
6418664186
"name": "RepositoryRulesetBypassActor",
6418764187
"id": "repositoryrulesetbypassactor",
6418864188
"href": "/graphql/reference/objects#repositoryrulesetbypassactor",
64189-
"description": "<p>A team or app that has the ability to bypass a rules defined on a ruleset.</p>",
64189+
"description": "<p>A team, app or user that has the ability to bypass rules defined on a ruleset.</p>",
6419064190
"implements": [
6419164191
{
6419264192
"name": "Node",
@@ -81277,7 +81277,7 @@
8127781277
},
8127881278
{
8127981279
"name": "EVERYWHERE",
81280-
"description": "<p>Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.</p>"
81280+
"description": "<p>Members can fork a repository to their user account or an organization, either\ninside or outside of this enterprise. Internal repositories can only be forked\ninside of this enterprise.</p>"
8128181281
},
8128281282
{
8128381283
"name": "SAME_ORGANIZATION",
@@ -85706,6 +85706,10 @@
8570685706
{
8570785707
"name": "MODERATE",
8570885708
"description": "<p>Moderate.</p>"
85709+
},
85710+
{
85711+
"name": "UNKNOWN",
85712+
"description": "<p>Unknown.</p>"
8570985713
}
8571085714
]
8571185715
},
@@ -98434,7 +98438,7 @@
9843498438
"inputFields": [
9843598439
{
9843698440
"name": "actorId",
98437-
"description": "<p>For Team and Integration bypasses, the Team or Integration ID.</p>",
98441+
"description": "<p>For Team, Integration and User bypasses, the Team, Integration, or User ID.</p>",
9843898442
"type": "ID",
9843998443
"id": "id",
9844098444
"href": "/graphql/reference/scalars#id"

0 commit comments

Comments
 (0)