Skip to content

Commit

Permalink
Update GitHub GraphQL Schema (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: russellbanks <74878137+russellbanks@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and russellbanks authored Feb 8, 2025
1 parent 7ef4194 commit 0ea7f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/github.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
"""
Expand All @@ -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 {
"""
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0ea7f1a

Please sign in to comment.