diff --git a/automations/index.mdx b/automations/index.mdx index 8d6340efa..38d7e19da 100644 --- a/automations/index.mdx +++ b/automations/index.mdx @@ -20,9 +20,9 @@ Use automations that trigger on content or code changes for reactive maintenance Automations support three trigger types. -- **Content update**: Run when content changes push to your Mintlify project repository, including pull request merges and direct pushes. -- **Code change**: Run when a pull request merges in a connected source code repository. -- **Custom schedule**: Run on a recurring schedule. Automations queue within 10 minutes of the scheduled time. +- **Content update**: Runs when content changes push to your Mintlify project repository, including pull request merges and direct pushes. +- **Code change**: Runs when a pull request merges in a connected source code repository. +- **Custom schedule**: Runs on a recurring schedule. Automations queue within 10 minutes of the scheduled time. Each automation has exactly one trigger. You cannot combine trigger types in a single automation. diff --git a/automations/manage.mdx b/automations/manage.mdx index f468291b8..95d026048 100644 --- a/automations/manage.mdx +++ b/automations/manage.mdx @@ -47,7 +47,7 @@ Each automation has a default trigger that controls when it runs. To change the ### Update mode -Each automation has a default mode for how it makes updates. Either directly merging changes into your content repository or opening a pull request for review. +Each automation has a default mode for how it makes updates: either directly merging changes into your content repository, or opening a pull request for review. To require a review before the automation updates your content, select **Require review** in the settings panel.