File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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>Field <code>enterpriseRole</code> was added to object type <code>RepositoryRulesetBypassActor</code></p>",
8+ "<p>Input field <code>enterpriseRole</code> of type <code>Boolean</code> was added to input object type <code>RepositoryRulesetBypassActorInput</code></p>"
9+ ]
10+ }
11+ ],
12+ "previewChanges": [],
13+ "upcomingChanges": [],
14+ "date": "2026-04-27"
15+ },
216 {
317 "schemaChanges": [
418 {
Original file line number Diff line number Diff line change @@ -55377,6 +55377,11 @@ type RepositoryRulesetBypassActor implements Node {
5537755377 """
5537855378 enterpriseOwner: Boolean!
5537955379
55380+ """
55381+ This actor represents the ability for an enterprise role to bypass
55382+ """
55383+ enterpriseRole: Boolean!
55384+
5538055385 """
5538155386 The Node ID of the RepositoryRulesetBypassActor object
5538255387 """
@@ -55489,6 +55494,11 @@ input RepositoryRulesetBypassActorInput {
5548955494 """
5549055495 enterpriseOwner: Boolean
5549155496
55497+ """
55498+ For enterprise role bypasses, true. NOTE: This bypass actor is in beta.
55499+ """
55500+ enterpriseRole: Boolean
55501+
5549255502 """
5549355503 For organization owner bypasses, true
5549455504 """
Original file line number Diff line number Diff line change 6422364223 "id": "boolean",
6422464224 "href": "/graphql/reference/scalars#boolean"
6422564225 },
64226+ {
64227+ "name": "enterpriseRole",
64228+ "description": "<p>This actor represents the ability for an enterprise role to bypass.</p>",
64229+ "type": "Boolean!",
64230+ "id": "boolean",
64231+ "href": "/graphql/reference/scalars#boolean"
64232+ },
6422664233 {
6422764234 "name": "id",
6422864235 "description": "<p>The Node ID of the RepositoryRulesetBypassActor object.</p>",
9845398460 "id": "boolean",
9845498461 "href": "/graphql/reference/scalars#boolean"
9845598462 },
98463+ {
98464+ "name": "enterpriseRole",
98465+ "description": "<p>For enterprise role bypasses, true. NOTE: This bypass actor is in beta.</p>",
98466+ "type": "Boolean",
98467+ "id": "boolean",
98468+ "href": "/graphql/reference/scalars#boolean"
98469+ },
9845698470 {
9845798471 "name": "organizationAdmin",
9845898472 "description": "<p>For organization owner bypasses, true.</p>",
Original file line number Diff line number Diff line change @@ -55377,6 +55377,11 @@ type RepositoryRulesetBypassActor implements Node {
5537755377 """
5537855378 enterpriseOwner: Boolean!
5537955379
55380+ """
55381+ This actor represents the ability for an enterprise role to bypass
55382+ """
55383+ enterpriseRole: Boolean!
55384+
5538055385 """
5538155386 The Node ID of the RepositoryRulesetBypassActor object
5538255387 """
@@ -55489,6 +55494,11 @@ input RepositoryRulesetBypassActorInput {
5548955494 """
5549055495 enterpriseOwner: Boolean
5549155496
55497+ """
55498+ For enterprise role bypasses, true. NOTE: This bypass actor is in beta.
55499+ """
55500+ enterpriseRole: Boolean
55501+
5549255502 """
5549355503 For organization owner bypasses, true
5549455504 """
Original file line number Diff line number Diff line change 6422364223 "id": "boolean",
6422464224 "href": "/graphql/reference/scalars#boolean"
6422564225 },
64226+ {
64227+ "name": "enterpriseRole",
64228+ "description": "<p>This actor represents the ability for an enterprise role to bypass.</p>",
64229+ "type": "Boolean!",
64230+ "id": "boolean",
64231+ "href": "/graphql/reference/scalars#boolean"
64232+ },
6422664233 {
6422764234 "name": "id",
6422864235 "description": "<p>The Node ID of the RepositoryRulesetBypassActor object.</p>",
9845398460 "id": "boolean",
9845498461 "href": "/graphql/reference/scalars#boolean"
9845598462 },
98463+ {
98464+ "name": "enterpriseRole",
98465+ "description": "<p>For enterprise role bypasses, true. NOTE: This bypass actor is in beta.</p>",
98466+ "type": "Boolean",
98467+ "id": "boolean",
98468+ "href": "/graphql/reference/scalars#boolean"
98469+ },
9845698470 {
9845798471 "name": "organizationAdmin",
9845898472 "description": "<p>For organization owner bypasses, true.</p>",
You can’t perform that action at this time.
0 commit comments