Update from code changes: automation PR merges trigger automations - #7522
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Sep 25, 2026
This branch was successfully deployed
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
Maintenance automations no longer run inline on pull requests opened by other automations. When you merge a pull request from the Mintlify bot, the merge now triggers push automations like any other merge. An automation skips only merges of its own pull requests. The automations reference described the old inline behavior, so this PR updates that page.
Triggered by https://github.com/mintlify/server/pull/8602
Changes
automations/reference.mdx: replaced the paragraph about maintenance automations running on automation PRs and being combined into one PR with the new trigger-on-merge behavior.es/,fr/, andzh/translations.Note
Low Risk
Documentation-only edits to automation reference pages; no runtime or configuration code changes.
Overview
Updates the Maintenance automations section in the predefined automations reference so it matches new product behavior: maintenance no longer runs inline on pull requests opened by other automations.
The replaced paragraph now explains that merging an automation-opened PR acts like any other push and triggers other push-based automations, while an automation does not re-trigger on merges of its own PRs (with Translate content after Update from code changes as the example). The same wording change is mirrored in
es/,fr/, andzh/automations/reference.mdx.Reviewed by Cursor Bugbot for commit d7fb594. Bugbot is set up for automated code reviews on this repo. Configure here.