Skip to content

fix(code-review): Look only at code review beta list#106540

Merged
suejung-sentry merged 1 commit intomasterfrom
sshin/fix-code-review-cohort
Jan 19, 2026
Merged

fix(code-review): Look only at code review beta list#106540
suejung-sentry merged 1 commit intomasterfrom
sshin/fix-code-review-cohort

Conversation

@suejung-sentry
Copy link
Contributor

@suejung-sentry suejung-sentry commented Jan 19, 2026

We previously checked both the code review beta hardcoded list as well as considered anyone with the toggle (sentry:enable_pr_review_test_generation) enabled as part of the beta. With this PR, we consider "everyone" eligible to be part of the beta until freeze day. The toggle value is still enforced elsewhere so we're still covered in terms of the feature enablement check.

So we can merge this fix in preparation for freeze day.

Note that this needs to go out first or else orgs missing from the hardcode list will not get reviews - https://github.com/getsentry/sentry-options-automator/pull/6173

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 19, 2026
@@ -1,30 +0,0 @@
from sentry import features
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file was used prior to the preflight check being instituted so can be deleted now

@suejung-sentry suejung-sentry marked this pull request as ready for review January 19, 2026 21:27
@suejung-sentry suejung-sentry requested a review from a team as a code owner January 19, 2026 21:27
Copy link
Member

@armenzg armenzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@suejung-sentry suejung-sentry merged commit 1cad4d6 into master Jan 19, 2026
70 checks passed
@suejung-sentry suejung-sentry deleted the sshin/fix-code-review-cohort branch January 19, 2026 23:14
@suejung-sentry suejung-sentry self-assigned this Jan 29, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants