From eb1b35952c9a69c5fb293a34002f29320062abac Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:59:49 +0000 Subject: [PATCH] Update workflow run limit to 500 per day Generated-By: mintlify-agent --- agent/workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/workflows.mdx b/agent/workflows.mdx index a9921ae25..6c157b630 100644 --- a/agent/workflows.mdx +++ b/agent/workflows.mdx @@ -13,7 +13,7 @@ Workflows run the agent automatically on a schedule or on a push to a repository When a workflow runs, the agent clones any specified repositories as context, follows the prompt, and either opens a pull request (or merge request for GitLab) or pushes changes directly to your deployment branch. -Each workflow can run up to 50 times a day. Runs that fail do not count toward this limit. +Each workflow can run up to 500 times a day. Runs that fail do not count toward this limit. Use workflows that run on a schedule to automate recurring tasks like publishing changelogs or checking for grammar and style issues.