Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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.

<Tip>
Use workflows that run on a schedule to automate recurring tasks like publishing changelogs or checking for grammar and style issues.
Expand Down Expand Up @@ -161,7 +161,7 @@
- `git` and the GitHub CLI (`gh`)
- The Mintlify CLI (`mint`)
- Node.js and Bun
- **Web search** to find up-to-date information outside your documentation

Check warning on line 164 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L164

Did you really mean 'informat'?
- **Web fetch** to retrieve and read the contents of a web page

The agent cannot install additional packages or tools at runtime. Package registries are not reachable from the sandbox.
Expand Down Expand Up @@ -235,7 +235,7 @@

### Track translation lag

**Trigger:** Cron schedule `0 9 * * 3` (Wednesdays at 9:00 AM UTC)

Check warning on line 238 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L238

Use 'cron' instead of 'Cron'.

Update the example language subdirectories (`es/`, `fr/`, `zh/`) to your actual language subdirectories.

Expand All @@ -254,7 +254,7 @@

### SEO and metadata audit

**Trigger:** Cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC)

Check warning on line 257 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L257

Use 'cron' instead of 'Cron'.

```text
Audit all MDX files in the docs for SEO and metadata quality.
Expand Down Expand Up @@ -310,7 +310,7 @@

### Changelog with notifications

**Trigger:** Cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC)

Check warning on line 313 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L313

Use 'cron' instead of 'Cron'.
**Context repos:** `your-org/your-product`
**Slack notifications:** `documentation` channel, `tech-writer` user

Expand Down
Loading