Document new workflow trigger kinds#5570
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
… code change) Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Updates the Workflows documentation to cover the three trigger kinds now available when configuring a workflow in the dashboard:
Triggering PR
The dashboard workflow modal was restructured to expose
triggerKindsas an array per workflow type, adding the new "Content update" trigger and a "When should the workflow run?" picker for workflows that support more than one trigger kind.Changes
agent/workflows.mdx— rewrote the Triggers section to introduce the three kinds with a summary table, added a dedicated subsection for content update, and renamed the cron and push subsections to match the dashboard. Updated the example prompts to label each one with the new trigger names.ai-native.mdx— updated the workflow blurb and card copy to mention all three trigger kinds.Notes
es/,fr/,zh/) were not modified, per the workflow instructions.mint validateerrors surfaced during validation are pre-existing indocs.jsonand unrelated to this change.mint broken-linksreports no broken links.Note
Low Risk
Documentation-only updates that rename/clarify workflow trigger types and add a new trigger description; no runtime or API behavior changes.
Overview
Updates
agent/workflows.mdxto reflect three workflow trigger kinds—Content update, Custom schedule, and Code change—including a trigger summary table, a new Content update subsection, and renamed cron/push sections to match the dashboard.Refreshes guidance and example prompts to use the new trigger labels, and updates
ai-native.mdxcopy so workflows are described as running on content updates, schedules, or source code changes.Reviewed by Cursor Bugbot for commit c2cebbe. Bugbot is set up for automated code reviews on this repo. Configure here.