From 662f733bc65cbafd73bed912d3e782b7269dc452 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:00:05 +0000 Subject: [PATCH 1/2] docs: document Slack stale review reminders for workflows --- workflows/enable.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 3fe0eb7f5..74fe9e493 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -50,6 +50,12 @@ If you want to require reviews before a workflow updates your content, click **R For GitLab repositories, automerge uses the GitLab OAuth connection and requires at least the Maintainer role on each project. +#### Stale review reminders + +If you connect Slack to your workflow and use **Require review**, Mintlify posts a reminder to your configured Slack channels when a workflow's pull request has been waiting for review for three days. The reminder includes the workflow name and a **Review PR** button that links directly to the open pull request. + +Each pull request triggers at most one reminder. When the pull request is merged or closed, Mintlify strikes through the reminder message and updates the original notification. + ### Trigger Each workflow has a default for when it runs, either in response to changes in your content repository, in response to changes in a trigger repository, or on a schedule. From e8ac8f528cc9dee3293d42020ad849d3cdfe213f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:02:03 +0000 Subject: [PATCH 2/2] docs: tighten stale review reminder copy --- workflows/enable.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 74fe9e493..a59d0e01c 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -52,9 +52,9 @@ If you want to require reviews before a workflow updates your content, click **R #### Stale review reminders -If you connect Slack to your workflow and use **Require review**, Mintlify posts a reminder to your configured Slack channels when a workflow's pull request has been waiting for review for three days. The reminder includes the workflow name and a **Review PR** button that links directly to the open pull request. +If you connect Slack to your workflow and use **Require review**, Mintlify posts a reminder to your configured Slack channels after a workflow's pull request has waited three days for review. The reminder shows the workflow name and a **Review PR** button that links to the pull request. -Each pull request triggers at most one reminder. When the pull request is merged or closed, Mintlify strikes through the reminder message and updates the original notification. +Each pull request triggers at most one reminder. When you merge or close the pull request, Mintlify strikes through the reminder and updates the original notification. ### Trigger