docs: update Slack integration for Review on Tembo PR link setting - #683
Open
tembo[bot] wants to merge 1 commit into
Open
docs: update Slack integration for Review on Tembo PR link setting#683tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Requesting review from @benja who has experience with the following files modified in this PR:
|
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.
What changed
Documents the new Review Slack PRs on Tembo organization setting in
integrations/slack.mdx. When enabled, the Slack completion button reads "Review on Tembo" and opens the PR in Tembo's review experience instead of linking to the source provider (GitHub, GitLab, or Bitbucket).Why
This is a newly released, user-facing behavior change to Slack PR notifications that wasn't reflected in the integration docs. The Slack page already documents that "Tembo posts PR links back to the thread," and readers had no way to know this link destination is now configurable.
Evidence
feat(slack): add review on tembo workspace toggle(merged, commit26d801c00d16a73a8c53015f880d73d840a71c7c)apps/api/src/server/settings.ts: addsslackReviewOnTemboorg settingapps/web/components/pull-requests/slack-review-on-tembo.tsx: new settings UI toggle ("Review Slack PRs on Tembo")packages/agent-runtime/src/runtime/tools/respondToUser.ts: when the setting is enabled, the Slack completion button text changes from "View PR" to "Review on Tembo" and its URL points to/reviews/{pullRequestId}instead of the provider URLapps/api/tests/sandbox/respondToUserAttachments.test.ts: covers both the default (provider link) and enabled (Tembo review link) behaviorsConfidence
High confidence — this is a merged, tested, fully-implemented feature (not behind an experimental flag) that directly changes documented product behavior (the Slack PR notification link). The doc addition states only what the shipped code does, follows the existing Advanced-accordion pattern on the same page, and is scoped to a single, focused addition.
cc @benja
Note
Low Risk
Documentation-only change with no runtime or security impact.
Overview
Documents the Review Slack PRs on Tembo organization setting on the Slack integration page.
A new Advanced accordion explains that Slack PR completion buttons default to View PR (source provider) and how enabling the setting in Pull Requests settings changes the label to Review on Tembo and opens Tembo’s review experience instead.
Reviewed by Cursor Bugbot for commit d785e8e. Bugbot is set up for automated code reviews on this repo. Configure here.