Skip to content

Commit 46ebaed

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57531)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent 92023a5 commit 46ebaed

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

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>EXEMPT</code> was added to enum <code>RepositoryRulesetBypassActorBypassMode</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-09-12"
14+
},
215
{
316
"schemaChanges": [
417
{

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11948,7 +11948,7 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
1194811948
answerChosenBy: Actor
1194911949

1195011950
"""
11951-
The actor who authored the comment.
11951+
The actor who authored the discussion.
1195211952
"""
1195311953
author: Actor
1195411954

@@ -53198,6 +53198,11 @@ enum RepositoryRulesetBypassActorBypassMode {
5319853198
"""
5319953199
ALWAYS
5320053200

53201+
"""
53202+
The actor is exempt from rules without generating a pass / fail result
53203+
"""
53204+
EXEMPT
53205+
5320153206
"""
5320253207
The actor can only bypass rules via a pull request
5320353208
"""

src/graphql/data/fpt/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20141,7 +20141,7 @@
2014120141
},
2014220142
{
2014320143
"name": "author",
20144-
"description": "<p>The actor who authored the comment.</p>",
20144+
"description": "<p>The actor who authored the discussion.</p>",
2014520145
"type": "Actor",
2014620146
"id": "actor",
2014720147
"kind": "interfaces",
@@ -92990,6 +92990,10 @@
9299092990
"name": "ALWAYS",
9299192991
"description": "<p>The actor can always bypass rules.</p>"
9299292992
},
92993+
{
92994+
"name": "EXEMPT",
92995+
"description": "<p>The actor is exempt from rules without generating a pass / fail result.</p>"
92996+
},
9299392997
{
9299492998
"name": "PULL_REQUEST",
9299592999
"description": "<p>The actor can only bypass rules via a pull request.</p>"

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11948,7 +11948,7 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
1194811948
answerChosenBy: Actor
1194911949

1195011950
"""
11951-
The actor who authored the comment.
11951+
The actor who authored the discussion.
1195211952
"""
1195311953
author: Actor
1195411954

@@ -53198,6 +53198,11 @@ enum RepositoryRulesetBypassActorBypassMode {
5319853198
"""
5319953199
ALWAYS
5320053200

53201+
"""
53202+
The actor is exempt from rules without generating a pass / fail result
53203+
"""
53204+
EXEMPT
53205+
5320153206
"""
5320253207
The actor can only bypass rules via a pull request
5320353208
"""

src/graphql/data/ghec/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20141,7 +20141,7 @@
2014120141
},
2014220142
{
2014320143
"name": "author",
20144-
"description": "<p>The actor who authored the comment.</p>",
20144+
"description": "<p>The actor who authored the discussion.</p>",
2014520145
"type": "Actor",
2014620146
"id": "actor",
2014720147
"kind": "interfaces",
@@ -92990,6 +92990,10 @@
9299092990
"name": "ALWAYS",
9299192991
"description": "<p>The actor can always bypass rules.</p>"
9299292992
},
92993+
{
92994+
"name": "EXEMPT",
92995+
"description": "<p>The actor is exempt from rules without generating a pass / fail result.</p>"
92996+
},
9299392997
{
9299492998
"name": "PULL_REQUEST",
9299592999
"description": "<p>The actor can only bypass rules via a pull request.</p>"

0 commit comments

Comments
 (0)