Workflows run the agent automatically on a schedule or in response to pushes to a repository. Each workflow defines a prompt for the agent and a trigger for when to run it. Workflows support both GitHub and GitLab repositories. When a workflow runs, the agent clones any specified repositories as context and follows the prompt.Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-maintenance-followup-1778638591.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Trigger types
Workflows support two trigger types.- Schedule (cron) — Run on a recurring daily, weekly, or monthly schedule. Workflows queue within 10 minutes of the scheduled time.
- Push events — Run when changes push to a specific repository or branch, including pull request merges and direct pushes.
Maintenance follow-up
Some workflow templates apply documentation best practices across your project. These run as a follow-up pass on pull requests opened by other workflows so that maintenance checks aren’t skipped on bot-authored PRs. Maintenance workflow templates include:- Translations — Mirror prose changes into other configured languages.
- Writing style — Enforce consistent voice, tone, and formatting.
- Typo check — Catch spelling, grammar, and broken markdown.
- Broken link detection — Find and fix links that don’t resolve.
- SEO metadata audit — Check titles and descriptions for length and uniqueness.