From 28e37fae3861c37a73a339269ccd505a12ba27c1 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:38:45 -0500 Subject: [PATCH 1/2] GraphQL schema update (#54305) Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com> --- src/graphql/data/fpt/schema.docs.graphql | 6 +++--- src/graphql/data/fpt/schema.json | 6 +++--- src/graphql/data/ghec/schema.docs.graphql | 6 +++--- src/graphql/data/ghec/schema.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 68804c399563..a1eb43005149 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput { } """ -Prevent commits that exceed a specified file size limit from being pushed to the commit. +Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ type MaxFileSizeParameters { """ @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters { } """ -Prevent commits that exceed a specified file size limit from being pushed to the commit. +Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ input MaxFileSizeParametersInput { """ @@ -48655,7 +48655,7 @@ enum RepositoryRuleType { MAX_FILE_PATH_LENGTH """ - Prevent commits that exceed a specified file size limit from being pushed to the commit. + Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ MAX_FILE_SIZE diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 7cd2318a7453..ca48602791d1 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -32713,7 +32713,7 @@ "kind": "objects", "id": "maxfilesizeparameters", "href": "/graphql/reference/objects#maxfilesizeparameters", - "description": "
Prevent commits that exceed a specified file size limit from being pushed to the commit.
", + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
", "fields": [ { "name": "maxFileSize", @@ -88797,7 +88797,7 @@ }, { "name": "MAX_FILE_SIZE", - "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit.
" + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
" }, { "name": "MAX_REF_UPDATES", @@ -99992,7 +99992,7 @@ "kind": "inputObjects", "id": "maxfilesizeparametersinput", "href": "/graphql/reference/input-objects#maxfilesizeparametersinput", - "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit.
", + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
", "inputFields": [ { "name": "maxFileSize", diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 68804c399563..a1eb43005149 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput { } """ -Prevent commits that exceed a specified file size limit from being pushed to the commit. +Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ type MaxFileSizeParameters { """ @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters { } """ -Prevent commits that exceed a specified file size limit from being pushed to the commit. +Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ input MaxFileSizeParametersInput { """ @@ -48655,7 +48655,7 @@ enum RepositoryRuleType { MAX_FILE_PATH_LENGTH """ - Prevent commits that exceed a specified file size limit from being pushed to the commit. + Prevent commits that exceed a specified file size limit from being pushed to the commit graph. """ MAX_FILE_SIZE diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 7cd2318a7453..ca48602791d1 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -32713,7 +32713,7 @@ "kind": "objects", "id": "maxfilesizeparameters", "href": "/graphql/reference/objects#maxfilesizeparameters", - "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit.
", + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
", "fields": [ { "name": "maxFileSize", @@ -88797,7 +88797,7 @@ }, { "name": "MAX_FILE_SIZE", - "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit.
" + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
" }, { "name": "MAX_REF_UPDATES", @@ -99992,7 +99992,7 @@ "kind": "inputObjects", "id": "maxfilesizeparametersinput", "href": "/graphql/reference/input-objects#maxfilesizeparametersinput", - "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit.
", + "description": "Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
", "inputFields": [ { "name": "maxFileSize", From e1087b10ad6e88b70d88b28f4e4220e3e7185e4c Mon Sep 17 00:00:00 2001 From: Ashish Keshan