File tree Expand file tree Collapse file tree 5 files changed +35
-4
lines changed
Expand file tree Collapse file tree 5 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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",
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>"
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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",
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>"
You can’t perform that action at this time.
0 commit comments