From b28845696dd30fb0c985ceb075f22e9ecc722cba Mon Sep 17 00:00:00 2001 From: JG Heithcock Date: Mon, 15 Jun 2026 16:14:21 -0700 Subject: [PATCH] MM-69257 Update option text to indicate GitHub Organization is required for digest --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 6f539e539..0ef7dcb79 100644 --- a/plugin.json +++ b/plugin.json @@ -146,7 +146,7 @@ "key": "OverdueReviewsChannelID", "display_name": "Post overdue review alerts to channel (ID):", "type": "text", - "help_text": "Optional. Paste a channel ID (Channel menu > View Info). When set together with PR review target (days), the plugin posts one aggregated overdue-review digest to this channel each day shortly after midnight in the server local timezone (the GitHub bot must be a member of the channel)." + "help_text": "Optional. Paste a channel ID (Channel menu > View Info). When set together with PR review target (days) and GitHub Organizations, the plugin posts one aggregated overdue-review digest for those orgs to this channel each day shortly after midnight in the server local timezone. Requires at least one user connected via /github connect. The GitHub bot must be a member of the channel." } ], "footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-github)."