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 = {
2121 ai_search_experiment : {
2222 key : 'ai_search_experiment' ,
2323 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
2528 includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
2629 limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
2730 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({
805805 window . open ( 'https://github.com/github/docs-team/discussions/5172' , '_blank' )
806806 } else {
807807 // 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' )
809809 }
810810 } }
811811 as = "button"
You can’t perform that action at this time.
0 commit comments