File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
events/components/experiments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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 : 0 , // 10% of users will get the experiment
24+ percentOfUsersToGetExperiment : 1 , // 10% of users will get the experiment
2525 includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
2626 limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
2727 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 @@ -794,8 +794,8 @@ export function SearchOverlay({
794794 // Hubbers users use an internal discussion for feedback
795795 window . open ( 'https://github.com/github/docs-team/discussions/5172' , '_blank' )
796796 } else {
797- // TODO: On ship date set this value
798- // window.open('TODO ', '_blank')
797+ // public discussion for feedback
798+ window . open ( 'https://github.com/orgs/community/discussions/158488 ' , '_blank' )
799799 }
800800 } }
801801 as = "button"
You can’t perform that action at this time.
0 commit comments