Document maintenance follow-up on workflow PRs#5781
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Conversation
Generated-By: mintlify-agent
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
Adds a new "Maintenance follow-up" section to the Workflows overview explaining that maintenance workflow templates (translations, writing style, typo check, broken link detection, SEO metadata audit) now run automatically as a follow-up pass on pull requests opened by other workflows.
Previously, bot-opened PRs from non-maintenance workflows (such as changelog or feature docs) would not retrigger configured maintenance workflows. The agent now applies every enabled maintenance template inline as additional commits to the same branch, and defers PR finalization and automerge until that pass completes.
Changes
workflows/index.mdxlisting the maintenance templates and explaining the follow-up behavior, when it runs, and how to enable it.Note
Low Risk
Low risk documentation-only change that clarifies workflow behavior and configuration; no code paths or runtime behavior are modified.
Overview
Adds a new Maintenance follow-up section to the workflows overview explaining that enabled maintenance templates (translations, writing style, typo/link checks, SEO audit) run as an additive follow-up pass on pull requests opened by other workflows.
Documents that the agent applies these fixes as extra commits on the same branch and delays PR finalization/automerge until the maintenance pass completes, plus how to enable the behavior from the Workflows dashboard.
Reviewed by Cursor Bugbot for commit 6385534. Bugbot is set up for automated code reviews on this repo. Configure here.