From b7e8f5578992075e00cd04fcd81ffdbaabd4d98c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 20:47:22 +0000 Subject: [PATCH 1/2] docs: update how automation PR merges trigger other automations --- automations/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automations/reference.mdx b/automations/reference.mdx index 2fb41c7a3..ccaab43bd 100644 --- a/automations/reference.mdx +++ b/automations/reference.mdx @@ -73,7 +73,7 @@ Running on a content update trigger maintains your content with minimal lag. Run As content changes, each maintenance automation appends new fixes to a single open pull request. This keeps routine maintenance in one pull request to review instead of many. -Self-updating content automations create pull requests, and any enabled maintenance automations run on those pull requests. If a maintenance automation identifies required changes, the agent combines the work into a single pull request. For example, if you enable the **Translate content** automation, the agent adds translations to any pull requests opened by the **Update from code changes** automation. +When you merge a pull request that an automation opened, the merge triggers your other push-triggered automations like any other push. An automation does not trigger itself when you merge its own pull request. For example, if you enable the **Translate content** automation, merging a pull request from the **Update from code changes** automation triggers a translation run. ### Translate content From d7fb594b794fbef47aa180b2d984933e0f3696f4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 20:48:34 +0000 Subject: [PATCH 2/2] docs: translate automation PR merge trigger behavior to es, fr, zh --- es/automations/reference.mdx | 2 +- fr/automations/reference.mdx | 2 +- zh/automations/reference.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/es/automations/reference.mdx b/es/automations/reference.mdx index cb14db2ba..dc5db891b 100644 --- a/es/automations/reference.mdx +++ b/es/automations/reference.mdx @@ -85,7 +85,7 @@ Ejecutarlas con un activador de actualización de contenido mantiene tu contenid Cada automatización de mantenimiento mantiene una sola pull request abierta y le añade nuevas correcciones a medida que cambia el contenido, de modo que el mantenimiento rutinario se acumula en una sola pull request por revisar en lugar de muchas. -Cualquier automatización de mantenimiento habilitada se ejecuta en las pull requests creadas por las automatizaciones de contenido autoactualizable. Si la automatización de mantenimiento identifica cambios necesarios, el agente combina el trabajo en una sola pull request. Por ejemplo, si habilitas la automatización **Translate content**, el agente añade traducciones a cualquier pull request abierta por la automatización **Update from code changes**. +Cuando haces merge de una pull request abierta por una automatización, el merge activa tus demás automatizaciones activadas por push, como cualquier otro push. Una automatización no se activa a sí misma cuando haces merge de su propia pull request. Por ejemplo, si habilitas la automatización **Translate content**, hacer merge de una pull request de la automatización **Update from code changes** activa una ejecución de traducción.