[Chore] Release Roomote 0.4.2 hotfix for saved Slack continue#302
Merged
Conversation
SlackSetupExperience's intro screen owns the step action buttons, and it is skipped when the Slack config is already saved (savedSatisfied). But StepAuthEnvVars's providerOwnsActions check was missing the matching !savedSatisfied clause, so revisiting the auth step with saved Slack credentials rendered the value form with no action button at all, stranding the user on the page. Align providerOwnsActions with the intro guard and add a regression test for the saved-Slack revisit path. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Hotfix-only cut from main with the #299 Slack setup Continue fix.
Contributor
Author
|
No code issues found. See task Reviewed the 0.4.2 hotfix. The Reviewed 09c42fd |
mrubens
approved these changes
Jul 13, 2026
8 tasks
roomote-roomote
Bot
requested review from
brunobergher and
daniel-lxs
as code owners
July 13, 2026 22:38
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.
Related issue
Hotfix request for #299 only — not a full
developcut.Why this PR exists
What changed
Hotfix release 0.4.2 cut from current production (
main/v0.4.1) with only the already-merged #299 Slack setup fix:0.4.1→0.4.2and adds the matching changelog section.developso this ships as a true production hotfix.Changelog (0.4.2)
How it was tested
pnpm run test:release-scripts— 8/8 pass@roomote/webregression suiteStepAuthEnvVars.client.test.tsx(includes the saved-Slack revisit case) — 15/15 passlint:fast,check-types:fast, andknipon the hotfix branchAfter merge (operators)
mainwith a merge commit (main rules require it). Tagging / GHCR publish follows the existingmainrelease workflows forv0.4.2.v0.4.2is tagged, merge the companion develop sync #303 sodeveloprecords 0.4.2 and the next normal cut does not re-use that tag.Related PRs
Checklist
[Fix],[Feat],[Improve],[Refactor],[Docs], or[Chore]followed by a user-facing descriptionpnpm lintandpnpm check-typespass locallypnpm changeset