Skip to content

Commit 96da8d1

Browse files
EbonsignoriCopilot
andauthored
launch to 100% and update public feedback URL (#56389)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3b86e3f commit 96da8d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/events/components/experiments/experiments.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

src/search/components/input/SearchOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)