File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
events/components/experiments Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ export const EXPERIMENTS = {
21
21
ai_search_experiment : {
22
22
key : 'ai_search_experiment' ,
23
23
isActive : true , // Set to false when the experiment is over
24
- percentOfUsersToGetExperiment : 30 , // 30% of users will get the experiment
24
+ // We still use an experiment for the AI Search until we:
25
+ // 1. Move analytics over the main dashboard
26
+ // 2. Don't require an emergency rollback, which experiments provides us
27
+ percentOfUsersToGetExperiment : 100 , // 100% of users will get the experiment
25
28
includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
26
29
limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
27
30
alwaysShowForStaff : true , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ export function SearchOverlay({
805
805
window . open ( 'https://github.com/github/docs-team/discussions/5172' , '_blank' )
806
806
} else {
807
807
// public discussion for feedback
808
- window . open ( 'https://github.com/orgs/community/discussions/158488 ' , '_blank' )
808
+ window . open ( 'https://github.com/orgs/community/discussions/164214 ' , '_blank' )
809
809
}
810
810
} }
811
811
as = "button"
You can’t perform that action at this time.
0 commit comments