[Feat] Announce primary-branch pushes across source-control providers - #1845
Merged
Conversation
Contributor
Contributor
Author
|
Resolved the Test check failures, replaced Merge announcer's provisional Slack/Discord controls with the shared provider plus Channel/DM picker, removed the unshipped legacy request fields, and fixed the unrelated-save race from the latest review. The final reviewed head is ff7f574; the PR description now contains current behavior and fresh visual proof. |
mrubens
marked this pull request as ready for review
August 29, 2026 18:38
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 29, 2026 18: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.
What changed
AutomationTargetchannel/user kinds. Existing saved targets populate the standard picker, while the unshipped Merge-announcer-specific Slack/Discord request fields and fallback save path are removed.Why this change was made
Teams need a concise notification when commits land on primary branches, including direct pushes that do not arrive through a merged pull request. Reusing Roomote's existing webhook, helper-model, canonical destination, and communication abstractions keeps behavior consistent across providers without creating a second event or notification system.
Impact
Admins can enable Merge announcer and use the same provider plus Channel/DM destination control as custom automations. Once enabled, primary-branch pushes produce one attributed summary per provider delivery; feature branches, branch deletions, inactive repositories, and duplicate deliveries remain silent. Existing canonical channel or user targets remain readable, and unrelated automation saves preserve the current Merge announcer configuration.
Screenshots