Skip to content

Commit

Permalink
Merge pull request #36212 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 7, 2025
2 parents 369ac56 + e1087b1 commit 80a40f4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/events/components/experiments/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const EXPERIMENTS = {
percentOfUsersToGetExperiment: 0, // 10% of users will get the experiment
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
},
/* Add new experiments here, example:
'example_experiment': {
Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.docs.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
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.docs.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
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down

0 comments on commit 80a40f4

Please sign in to comment.