Skip to content

Commit

Permalink
GraphQL schema update (#51791)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Jul 25, 2024
1 parent f468ded commit 3e55c86
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>doNotEnforceOnCreate</code> was added to object type <code>RequiredStatusChecksParameters</code></p>",
"<p>Input field <code>doNotEnforceOnCreate</code> of type <code>Boolean</code> was added to input object type <code>RequiredStatusChecksParametersInput</code></p>",
"<p>Field <code>doNotEnforceOnCreate</code> was added to object type <code>WorkflowsParameters</code></p>",
"<p>Input field <code>doNotEnforceOnCreate</code> of type <code>Boolean</code> was added to input object type <code>WorkflowsParametersInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-07-25"
},
{
"schemaChanges": [
{
Expand Down
20 changes: 20 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -48823,6 +48823,11 @@ Choose which status checks must pass before the ref is updated. When enabled,
commits must first be pushed to another ref where the checks pass.
"""
type RequiredStatusChecksParameters {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean!

"""
Status checks that are required.
"""
Expand All @@ -48841,6 +48846,11 @@ Choose which status checks must pass before the ref is updated. When enabled,
commits must first be pushed to another ref where the checks pass.
"""
input RequiredStatusChecksParametersInput {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean

"""
Status checks that are required.
"""
Expand Down Expand Up @@ -63696,6 +63706,11 @@ enum WorkflowState {
Require all changes made to a targeted branch to pass the specified workflows before they can be merged.
"""
type WorkflowsParameters {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean!

"""
Workflows that must pass for this rule to pass.
"""
Expand All @@ -63706,6 +63721,11 @@ type WorkflowsParameters {
Require all changes made to a targeted branch to pass the specified workflows before they can be merged.
"""
input WorkflowsParametersInput {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean

"""
Workflows that must pass for this rule to pass.
"""
Expand Down
32 changes: 32 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65784,6 +65784,14 @@
"href": "/graphql/reference/objects#requiredstatuschecksparameters",
"description": "<p>Choose which status checks must pass before the ref is updated. When enabled,\ncommits must first be pushed to another ref where the checks pass.</p>",
"fields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiredStatusChecks",
"description": "<p>Status checks that are required.</p>",
Expand Down Expand Up @@ -79152,6 +79160,14 @@
"href": "/graphql/reference/objects#workflowsparameters",
"description": "<p>Require all changes made to a targeted branch to pass the specified workflows before they can be merged.</p>",
"fields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "workflows",
"description": "<p>Workflows that must pass for this rule to pass.</p>",
Expand Down Expand Up @@ -100516,6 +100532,14 @@
"href": "/graphql/reference/input-objects#requiredstatuschecksparametersinput",
"description": "<p>Choose which status checks must pass before the ref is updated. When enabled,\ncommits must first be pushed to another ref where the checks pass.</p>",
"inputFields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiredStatusChecks",
"description": "<p>Status checks that are required.</p>",
Expand Down Expand Up @@ -105491,6 +105515,14 @@
"href": "/graphql/reference/input-objects#workflowsparametersinput",
"description": "<p>Require all changes made to a targeted branch to pass the specified workflows before they can be merged.</p>",
"inputFields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "workflows",
"description": "<p>Workflows that must pass for this rule to pass.</p>",
Expand Down
20 changes: 20 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -48823,6 +48823,11 @@ Choose which status checks must pass before the ref is updated. When enabled,
commits must first be pushed to another ref where the checks pass.
"""
type RequiredStatusChecksParameters {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean!

"""
Status checks that are required.
"""
Expand All @@ -48841,6 +48846,11 @@ Choose which status checks must pass before the ref is updated. When enabled,
commits must first be pushed to another ref where the checks pass.
"""
input RequiredStatusChecksParametersInput {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean

"""
Status checks that are required.
"""
Expand Down Expand Up @@ -63696,6 +63706,11 @@ enum WorkflowState {
Require all changes made to a targeted branch to pass the specified workflows before they can be merged.
"""
type WorkflowsParameters {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean!

"""
Workflows that must pass for this rule to pass.
"""
Expand All @@ -63706,6 +63721,11 @@ type WorkflowsParameters {
Require all changes made to a targeted branch to pass the specified workflows before they can be merged.
"""
input WorkflowsParametersInput {
"""
Allow repositories and branches to be created if a check would otherwise prohibit it.
"""
doNotEnforceOnCreate: Boolean

"""
Workflows that must pass for this rule to pass.
"""
Expand Down
32 changes: 32 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65784,6 +65784,14 @@
"href": "/graphql/reference/objects#requiredstatuschecksparameters",
"description": "<p>Choose which status checks must pass before the ref is updated. When enabled,\ncommits must first be pushed to another ref where the checks pass.</p>",
"fields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiredStatusChecks",
"description": "<p>Status checks that are required.</p>",
Expand Down Expand Up @@ -79152,6 +79160,14 @@
"href": "/graphql/reference/objects#workflowsparameters",
"description": "<p>Require all changes made to a targeted branch to pass the specified workflows before they can be merged.</p>",
"fields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "workflows",
"description": "<p>Workflows that must pass for this rule to pass.</p>",
Expand Down Expand Up @@ -100516,6 +100532,14 @@
"href": "/graphql/reference/input-objects#requiredstatuschecksparametersinput",
"description": "<p>Choose which status checks must pass before the ref is updated. When enabled,\ncommits must first be pushed to another ref where the checks pass.</p>",
"inputFields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiredStatusChecks",
"description": "<p>Status checks that are required.</p>",
Expand Down Expand Up @@ -105491,6 +105515,14 @@
"href": "/graphql/reference/input-objects#workflowsparametersinput",
"description": "<p>Require all changes made to a targeted branch to pass the specified workflows before they can be merged.</p>",
"inputFields": [
{
"name": "doNotEnforceOnCreate",
"description": "<p>Allow repositories and branches to be created if a check would otherwise prohibit it.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "workflows",
"description": "<p>Workflows that must pass for this rule to pass.</p>",
Expand Down

0 comments on commit 3e55c86

Please sign in to comment.