Skip to content

feat(seer): Update enrollment copy and change requirements to advance steps#104884

Merged
billyvg merged 4 commits intomasterfrom
feat-seer-update-copy-and-behavior
Dec 12, 2025
Merged

feat(seer): Update enrollment copy and change requirements to advance steps#104884
billyvg merged 4 commits intomasterfrom
feat-seer-update-copy-and-behavior

Conversation

@billyvg
Copy link
Copy Markdown
Member

@billyvg billyvg commented Dec 12, 2025

Clarify that the switches (except auto PR creation) are separate from the added/selected repositories. This also makes some additional UX changes:

In Code Review:

  • You are allowed to select repos when enrollment is off
  • Removed notice that disabled the rows when enrollment is off

Old:
image

New:

image

In RCA:

  • Removed requirement that you have at least 1 repository added
  • All repos that are added still require projects to be mapped

Old:
image

New:
image

… steps

Clarify that the switches (except auto PR creation) are separate from the added/selected repositories.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 12, 2025
@billyvg billyvg marked this pull request as ready for review December 12, 2025 20:49
@billyvg
Copy link
Copy Markdown
Member Author

billyvg commented Dec 12, 2025

@sentry review

Comment on lines 97 to +100
updateRepositorySettings(
{
codeReviewTriggers: DEFAULT_CODE_REVIEW_TRIGGERS,
enabledCodeReview: enableCodeReview,
enabledCodeReview: true,

This comment was marked as outdated.

Comment on lines 50 to 52

This comment was marked as outdated.

Comment on lines 211 to 216
onChange={handleChangeCodeReview}
/>
</Field>
{enableCodeReview ? null : (
<Alert type="info">
{t('AI Code Review needs to be enabled in order to select repositories.')}
</Alert>
)}
<RepositorySelector disabled={!enableCodeReview} />
<RepositorySelector />
</PanelBody>
</MaxWidthPanel>

This comment was marked as outdated.

@billyvg billyvg merged commit bf84109 into master Dec 12, 2025
49 checks passed
@billyvg billyvg deleted the feat-seer-update-copy-and-behavior branch December 12, 2025 22:01
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants