From ecde942975ef680716c6b8f5f67468963b79d55f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:58:51 -0700 Subject: [PATCH] add reviewing info --- automations/index.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/automations/index.mdx b/automations/index.mdx index 160520bab3..5b6c7f3846 100644 --- a/automations/index.mdx +++ b/automations/index.mdx @@ -34,6 +34,15 @@ Automations group related changes into a single pull request instead of opening Draft changelog, Draft improvements from assistant conversations, Draft improvements from user feedback, and custom automations do not group or append. Each run opens its own pull request with the changes from that run. +## Reviewing automation pull requests in GitHub + +When an automation opens or updates a pull request, Mintlify adds context directly to the PR so you can review without leaving GitHub. + +- **PR title** includes the name of the automation that generated it, so you can identify automation PRs at a glance when scanning an open PR list. +- **PR description** summarizes what changed and why. Each time a run appends new changes to an existing PR, the description updates to show a running timeline of what each run contributed. +- **PR comments** for any runs that append changes, explaining the changes and which source code pull requests the agent used as context. +- **Reviewers** assigned based on who authored the source code changes that triggered the update. Applies to automations that use source code repositories as context. + ## Usage limits Automation runs count toward your credit usage. The credits a single run consumes depend on the size of the task: how much content the agent reads, how many files it changes, and how long the run takes. Larger context repositories and broader prompts use more credits than narrowly scoped ones.