Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions workflows/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
For GitLab repositories, automerge uses the GitLab OAuth connection and requires at least the Maintainer role on each project.
</Note>

#### Stale review reminders

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 you merge or close the pull request, Mintlify strikes through the reminder 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.
Expand All @@ -72,6 +78,6 @@

#### Run a translation immediately

After saving the workflow, click **Translate now** to run it on demand using the currently saved target languages. The workflow must be enabled to trigger a manual run. Manual runs do not affect the workflow's regular trigger.

Check warning on line 81 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L81

In general, use active voice instead of passive voice ('be enabled').

<GitlabWorkflowSetup />
Loading