Skip to content

Commit 80a40f4

Browse files
authored
Merge pull request #36212 from github/repo-sync
Repo sync
2 parents 369ac56 + e1087b1 commit 80a40f4

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

src/events/components/experiments/experiments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const EXPERIMENTS = {
2222
percentOfUsersToGetExperiment: 0, // 10% of users will get the experiment
2323
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
2424
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)
2626
},
2727
/* Add new experiments here, example:
2828
'example_experiment': {

src/graphql/data/fpt/schema.docs.graphql

+3-3
Original file line numberDiff line numberDiff line change
@@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
2150621506
}
2150721507

2150821508
"""
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.
2151021510
"""
2151121511
type MaxFileSizeParameters {
2151221512
"""
@@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
2151621516
}
2151721517

2151821518
"""
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.
2152021520
"""
2152121521
input MaxFileSizeParametersInput {
2152221522
"""
@@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
4865548655
MAX_FILE_PATH_LENGTH
4865648656

4865748657
"""
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.
4865948659
"""
4866048660
MAX_FILE_SIZE
4866148661

src/graphql/data/fpt/schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32713,7 +32713,7 @@
3271332713
"kind": "objects",
3271432714
"id": "maxfilesizeparameters",
3271532715
"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>",
3271732717
"fields": [
3271832718
{
3271932719
"name": "maxFileSize",
@@ -88797,7 +88797,7 @@
8879788797
},
8879888798
{
8879988799
"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>"
8880188801
},
8880288802
{
8880388803
"name": "MAX_REF_UPDATES",
@@ -99992,7 +99992,7 @@
9999299992
"kind": "inputObjects",
9999399993
"id": "maxfilesizeparametersinput",
9999499994
"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>",
9999699996
"inputFields": [
9999799997
{
9999899998
"name": "maxFileSize",

src/graphql/data/ghec/schema.docs.graphql

+3-3
Original file line numberDiff line numberDiff line change
@@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
2150621506
}
2150721507

2150821508
"""
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.
2151021510
"""
2151121511
type MaxFileSizeParameters {
2151221512
"""
@@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
2151621516
}
2151721517

2151821518
"""
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.
2152021520
"""
2152121521
input MaxFileSizeParametersInput {
2152221522
"""
@@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
4865548655
MAX_FILE_PATH_LENGTH
4865648656

4865748657
"""
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.
4865948659
"""
4866048660
MAX_FILE_SIZE
4866148661

src/graphql/data/ghec/schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32713,7 +32713,7 @@
3271332713
"kind": "objects",
3271432714
"id": "maxfilesizeparameters",
3271532715
"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>",
3271732717
"fields": [
3271832718
{
3271932719
"name": "maxFileSize",
@@ -88797,7 +88797,7 @@
8879788797
},
8879888798
{
8879988799
"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>"
8880188801
},
8880288802
{
8880388803
"name": "MAX_REF_UPDATES",
@@ -99992,7 +99992,7 @@
9999299992
"kind": "inputObjects",
9999399993
"id": "maxfilesizeparametersinput",
9999499994
"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>",
9999699996
"inputFields": [
9999799997
{
9999899998
"name": "maxFileSize",

0 commit comments

Comments
 (0)