Broaden MyYoast connection rollout to 20% - #23490
Merged
Merged
Conversation
Raises the gradual-rollout share for the MyYoast connection feature flag from 1% to 20% (per-mille 10 -> 200) as the rollout widens. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The harness site URL buckets at 35; raising the share to 200 per-mille (20%) puts it inside the cohort, so is_met() now returns true. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Coverage Report for CI Build 0Coverage at 51.998% (no base build to compare)Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
diedexx
marked this pull request as ready for review
July 24, 2026 08:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
The MyYoast connection feature (OAuth client, WP-CLI commands, key-rotation cron) is gated behind the
YOAST_SEO_MYYOAST_CONNECTIONflag and additionally rolled out to a deterministic share of sites viaGradual_Rollout_Conditional. As the rollout has proven stable at 1%, this PR widens the share to 20% for the next release.Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
200; the value was raised from10to200inMyYoast_Connection_Conditional::get_rollout_share().Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
200insrc/conditionals/myyoast-connection-conditional.phpand that a site opted into the flag still connects as before.Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
Other environments
[shopify-seo], added test instructions for Shopify and attached theShopifylabel to this PR.[yoast-doc-extension], added test instructions for Yoast SEO for Google Docs and attached theGoogle Docs Add-onlabel to this PR.Documentation
Quality assurance
grunt build:imagesand committed the results, if my PR introduces or edits images or SVGs.Innovation
innovationlabel.Fixes #