diff --git a/src/events/components/experiments/experiments.ts b/src/events/components/experiments/experiments.ts index b5b1695c20f8..e387e463e659 100644 --- a/src/events/components/experiments/experiments.ts +++ b/src/events/components/experiments/experiments.ts @@ -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': { 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",