File tree 5 files changed +13
-13
lines changed
events/components/experiments
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const EXPERIMENTS = {
22
22
percentOfUsersToGetExperiment : 0 , // 10% of users will get the experiment
23
23
includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
24
24
limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
25
- alwaysShowForStaff : true , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
25
+ alwaysShowForStaff : false , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
26
26
} ,
27
27
/* Add new experiments here, example:
28
28
'example_experiment': {
Original file line number Diff line number Diff line change @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
21506
21506
}
21507
21507
21508
21508
"""
21509
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21509
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
21510
21510
"""
21511
21511
type MaxFileSizeParameters {
21512
21512
"""
@@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
21516
21516
}
21517
21517
21518
21518
"""
21519
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21519
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
21520
21520
"""
21521
21521
input MaxFileSizeParametersInput {
21522
21522
"""
@@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
48655
48655
MAX_FILE_PATH_LENGTH
48656
48656
48657
48657
"""
48658
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
48658
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
48659
48659
"""
48660
48660
MAX_FILE_SIZE
48661
48661
Original file line number Diff line number Diff line change 32713
32713
"kind": "objects",
32714
32714
"id": "maxfilesizeparameters",
32715
32715
"href": "/graphql/reference/objects#maxfilesizeparameters",
32716
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
32716
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>",
32717
32717
"fields": [
32718
32718
{
32719
32719
"name": "maxFileSize",
88797
88797
},
88798
88798
{
88799
88799
"name": "MAX_FILE_SIZE",
88800
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
88800
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>"
88801
88801
},
88802
88802
{
88803
88803
"name": "MAX_REF_UPDATES",
99992
99992
"kind": "inputObjects",
99993
99993
"id": "maxfilesizeparametersinput",
99994
99994
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
99995
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
99995
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>",
99996
99996
"inputFields": [
99997
99997
{
99998
99998
"name": "maxFileSize",
Original file line number Diff line number Diff line change @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
21506
21506
}
21507
21507
21508
21508
"""
21509
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21509
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
21510
21510
"""
21511
21511
type MaxFileSizeParameters {
21512
21512
"""
@@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
21516
21516
}
21517
21517
21518
21518
"""
21519
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21519
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
21520
21520
"""
21521
21521
input MaxFileSizeParametersInput {
21522
21522
"""
@@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
48655
48655
MAX_FILE_PATH_LENGTH
48656
48656
48657
48657
"""
48658
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
48658
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph .
48659
48659
"""
48660
48660
MAX_FILE_SIZE
48661
48661
Original file line number Diff line number Diff line change 32713
32713
"kind": "objects",
32714
32714
"id": "maxfilesizeparameters",
32715
32715
"href": "/graphql/reference/objects#maxfilesizeparameters",
32716
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
32716
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>",
32717
32717
"fields": [
32718
32718
{
32719
32719
"name": "maxFileSize",
88797
88797
},
88798
88798
{
88799
88799
"name": "MAX_FILE_SIZE",
88800
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
88800
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>"
88801
88801
},
88802
88802
{
88803
88803
"name": "MAX_REF_UPDATES",
99992
99992
"kind": "inputObjects",
99993
99993
"id": "maxfilesizeparametersinput",
99994
99994
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
99995
- "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
99995
+ "description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph .</p>",
99996
99996
"inputFields": [
99997
99997
{
99998
99998
"name": "maxFileSize",
You can’t perform that action at this time.
0 commit comments