Update from code changes: automation PR merge conflict resolution - #7308
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
ethanpalm
reviewed
Sep 9, 2026
ethanpalm
reviewed
Sep 9, 2026
ethanpalm
reviewed
Sep 9, 2026
ethanpalm
reviewed
Sep 9, 2026
ethanpalm
reviewed
Sep 9, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
ethanpalm
approved these changes
Sep 9, 2026
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
Accepting an automation run whose pull request conflicts with the deploy branch now offers agent-driven resolution. Clicking Resolve and merge has the agent merge the latest deploy branch changes into the pull request branch, resolve the conflicts, and merge the pull request automatically. If the pull request is already mergeable, it merges directly. Failed resolutions fall back to manual conflict resolution guidance.
Triggered by https://github.com/mintlify/mint/pull/10648
Changes
/automations/manageunder run history, covering the dialog, the running/accepted status flow, and the manual fallback.Context
This behavior is gated by the
automation-resolve-merge-conflictfeature flag. Flag state isn't visible from the repo, so please merge only once the flag is enabled for users.Note
Low Risk
Documentation-only updates to automation manage pages; no application or data-handling code changes.
Overview
Documents agent-assisted merge conflict resolution when accepting automation runs whose pull requests conflict with the deploy branch.
Adds a Resolve merge conflicts subsection under run history on
automations/manage(and mirrored es, fr, zh pages). It explains the Accept prompt, using Resolve and merge to pull deploy-branch changes into the PR branch and merge automatically, and falling back to manual resolution in the repo if the agent cannot fix conflicts. Localized pages also note the Running → Accepted status while resolution runs, and use aresolve-merge-conflictsanchor where other sections use div IDs.The French page description frontmatter is shortened to stay within the 160-character SEO limit.
Reviewed by Cursor Bugbot for commit bb16a9e. Bugbot is set up for automated code reviews on this repo. Configure here.