[Improve] Name the source-control platform in PR review notifications - #139
Merged
mrubens merged 1 commit intoJul 10, 2026
Merged
Conversation
Self-review chat messages now say "I reviewed … on GitHub/GitLab/…" so people can tell where the review happened.
Contributor
Author
|
No code issues found. See task Reviewed the provider-label plumbing end to end: GitHub webhook handlers stamp |
mrubens
marked this pull request as ready for review
July 10, 2026 21:45
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 10, 2026 21:45
mrubens
deleted the
improve/name-scm-platform-in-review-messages-3mf2l9g9x8whm
branch
July 12, 2026 04:19
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
Self-review follow-up messages now name the source-control platform, so people see wording like “I reviewed … on GitHub” (or GitLab, Gitea, Azure DevOps) instead of only a linked repo/PR reference.
The review-notification triage prompt now receives the provider label and is instructed to include that platform on first-person self-review messages. GitHub review-activity and review-summary enqueues also stamp
sourceControlProvider: 'github'so the label is available to triage.Why this change was made
Those messages could look opaque in chat: a link like
owner/repo#123does not make it obvious which host the review ran on. Spelling the platform in the sentence makes the conversation clearer at a glance.Impact
After this ships, automated self-review notifications should read more clearly in Slack and other conversation surfaces, for example:
Third-party reviewer notifications are unchanged and still do not force a platform name. Non-GitHub providers already have provider plumbing if those notification paths are wired later.