Update from code changes: automations configure page - #7131
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Verified best-practices pass; no new docs content added Source PRs
|
Contributor
Author
|
Update from code changes updated this PR. Verified best-practices pass; nothing added Source PRs
|
paaatrrrick
approved these changes
Aug 28, 2026
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.
Summary
Automation configuration in the dashboard moved from a settings flyout to a dedicated configure page. Each automation now opens its own page with an enable/disable toggle, a Save button, trigger cards, an "After automation runs" section for choosing merge or review behavior, and a run button for manual runs. Custom automations are created from the new "New automation" button and saved from the same page. See https://github.com/mintlify/mint/pull/10420
Automation runs that append changes to an existing pull request are now first-class runs that appear in the run history instead of being hidden (https://github.com/mintlify/server/pull/7791), and the runs tab was redesigned as a grouped run feed with a Modified status, per-run Preview/Accept/Re-trigger actions, and a View run details menu (https://github.com/mintlify/mint/pull/10504).
Changes
automations/manage.mdxto reference the configure page, and removed the outdated flyout screenshot.automations/manage.mdxandguides/use-automations.mdx.automations/create.mdxfor the New automation button and Save.automations/reference.mdxand pointedapi/automations/trigger.mdxatmint automations listfor finding the automation ID.automations/manage.mdxthat appending runs appear as their own entries, added the Modified status, and documented the Accept, Re-trigger, and View run details actions.Notes
Update history
Note
Low Risk
Documentation-only updates across localized MDX; no application or API behavior changes in this diff.
Overview
Updates automations documentation (en, es, fr, zh) to match the dashboard moving from a settings flyout to a per-automation configure page: open via the card settings control, use Save / Delete automation, New automation for custom flows, and run manually from Test run / Run now on that page (with notes on schedule-only manual runs and saving config before a manual run).
Update mode copy now uses the UI labels Update and merge changes and Modify and wait for review (including After automation runs), replacing older “Automatic” / “Require review” wording in guides.
Run history docs add the Modified status for runs that append to an existing PR, list actions (Accept, Re-trigger, View run details), and change “continue in editor” to Preview on the Runs tab. The trigger API page now points readers to
mint automations listfor automation IDs. The obsolete configure-flyout screenshot is removed from manage pages.Reviewed by Cursor Bugbot for commit d7ee45f. Bugbot is set up for automated code reviews on this repo. Configure here.