From fb074a6902fad3ca01c572c67c0f8c9823ef67e6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:59:54 +0000 Subject: [PATCH] Update workflow daily run limit from 50 to 500 Generated-By: mintlify-agent --- agent/workflows.mdx | 2 +- fr/agent/workflows.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. diff --git a/fr/agent/workflows.mdx b/fr/agent/workflows.mdx index 9ae884f44..cf3dda28c 100644 --- a/fr/agent/workflows.mdx +++ b/fr/agent/workflows.mdx @@ -13,7 +13,7 @@ Les workflows exécutent automatiquement l'agent selon une planification ou lors Lorsqu'un workflow s'exécute, l'agent clone tous les référentiels spécifiés comme contexte, suit le prompt, puis ouvre soit une pull request (ou merge request pour GitLab), soit pousse directement les modifications vers votre branche de déploiement. -Chaque workflow peut s'exécuter jusqu'à 50 fois par jour. Les exécutions qui échouent ne sont pas comptabilisées dans cette limite. +Chaque workflow peut s'exécuter jusqu'à 500 fois par jour. Les exécutions qui échouent ne sont pas comptabilisées dans cette limite. Utilisez des workflows qui s'exécutent selon une planification pour automatiser des tâches récurrentes, comme la publication de journaux des modifications ou la vérification des problèmes de grammaire et de style.