You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fills two gaps on the "Manage automations" page identified during the scheduled quality review.
Changes
automations/manage.mdx
The page title and description promise to cover enabling, disabling, triggering, and deleting automations, but only enable/disable/view-history sections existed.
Gap: How do I trigger an automation manually? Added a "Trigger an automation manually" section covering the Run now / Translate now button in the settings drawer, the requirement that the automation be turned on, and a note that content-update and code-change automations cannot be manually triggered from the dashboard.
Gap: How do I delete an automation? Added a "Delete an automation" section covering the Delete button in the settings drawer footer, that only custom automations can be deleted (predefined ones must be disabled), and that past run history is preserved.
Context
Scheduled quality-audit review of English MDX files changed since the last run. Only automations/manage.mdx was in scope; the other file in the trigger PR was a snippet (excluded).
Note
Low Risk
Documentation-only MDX additions with no product, auth, or runtime code changes.
Overview Manage automations docs now cover the two dashboard actions that were promised in the page intro but missing: manual runs and deleting custom automations.
A new Trigger an automation manually section explains Run now / Translate now in the settings drawer, that the automation must be on, and that content-update and code-change automations are event-driven only from the dashboard (with a pointer to mint automation / CLI for other cases).
A new Delete an automation section documents Delete in the settings footer, that only custom automations can be removed (predefined ones should be disabled), irreversible confirmation, and that past runs stay on Automation Runs.
The same two sections are added to Spanish (es/workflows/manage.mdx) and French (fr/workflows/manage.mdx) manage pages, with anchor div ids (trigger-an-automation-manually, delete-an-automation) matching the English structure.
Reviewed by Cursor Bugbot for commit e7dfce0. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Fills two gaps on the "Manage automations" page identified during the scheduled quality review.
Changes
automations/manage.mdxThe page title and description promise to cover enabling, disabling, triggering, and deleting automations, but only enable/disable/view-history sections existed.
Context
Scheduled
quality-auditreview of English MDX files changed since the last run. Onlyautomations/manage.mdxwas in scope; the other file in the trigger PR was a snippet (excluded).Note
Low Risk
Documentation-only MDX additions with no product, auth, or runtime code changes.
Overview
Manage automations docs now cover the two dashboard actions that were promised in the page intro but missing: manual runs and deleting custom automations.
A new Trigger an automation manually section explains Run now / Translate now in the settings drawer, that the automation must be on, and that content-update and code-change automations are event-driven only from the dashboard (with a pointer to
mint automation/ CLI for other cases).A new Delete an automation section documents Delete in the settings footer, that only custom automations can be removed (predefined ones should be disabled), irreversible confirmation, and that past runs stay on Automation Runs.
The same two sections are added to Spanish (
es/workflows/manage.mdx) and French (fr/workflows/manage.mdx) manage pages, with anchordivids (trigger-an-automation-manually,delete-an-automation) matching the English structure.Reviewed by Cursor Bugbot for commit e7dfce0. Bugbot is set up for automated code reviews on this repo. Configure here.