diff --git a/agent/workflows.mdx b/agent/workflows.mdx index 0484b3f3a..8ae5490b2 100644 --- a/agent/workflows.mdx +++ b/agent/workflows.mdx @@ -90,7 +90,7 @@ Success criteria: Someone who reads the changelog knows the most up to date info | `automerge` | No | Defaults to `false`, which opens a pull request for review. If `true`, opens a pull request and automatically merges it. | | `notify` | No | Notification configuration. Send Slack messages when workflows complete. | -You must have the Mintlify GitHub App installed on every repository listed in the `context` or `on.push.repo` fields. Add new repositories on the [GitHub app](https://dashboard.mintlify.com/settings/organization/github-app) page of your Mintlify dashboard. +Every repository listed in the `context` or `on.push.repo` fields must be accessible to Mintlify. For GitHub repositories, install the [Mintlify GitHub App](https://dashboard.mintlify.com/settings/organization/github-app). For GitLab repositories, connect them on the [GitLab settings](https://dashboard.mintlify.com/settings/organization/gitlab) page. The GitHub app page showing connected repositories for two organizations. @@ -131,7 +131,7 @@ on: branch: main ``` -- `repo`: The GitHub repository in `owner/repo` format. +- `repo`: The repository in `owner/repo` format. Works with both GitHub and GitLab repositories. - `branch` (optional): The branch to watch for pushes. If you don't specify a branch, the workflow triggers on pushes to the repository's default branch. A workflow can watch for pushes to multiple repositories or branches. diff --git a/es/agent/workflows.mdx b/es/agent/workflows.mdx index 8e9bbc162..74a1f1851 100644 --- a/es/agent/workflows.mdx +++ b/es/agent/workflows.mdx @@ -101,7 +101,7 @@ Success criteria: Someone who reads the changelog knows the most up to date info | `automerge` | No | El valor predeterminado es `false`, lo que abre una solicitud de extracción para revisión. Si es `true`, abre una solicitud de extracción y la fusiona automáticamente. | | `notify` | No | Configuración de notificaciones. Envía mensajes de Slack cuando se completen los flujos de trabajo. | -Debes tener instalada la aplicación de GitHub de Mintlify en cada repositorio enumerado en los campos `context` o `on.push.repo`. Agrega nuevos repositorios en la página de la [aplicación de GitHub](https://dashboard.mintlify.com/settings/organization/github-app) de tu dashboard de Mintlify. +Cada repositorio enumerado en los campos `context` o `on.push.repo` debe ser accesible para Mintlify. Para repositorios de GitHub, instala la [aplicación de GitHub de Mintlify](https://dashboard.mintlify.com/settings/organization/github-app). Para repositorios de GitLab, conéctalos en la página de [configuración de GitLab](https://dashboard.mintlify.com/settings/organization/gitlab). La página de la aplicación de GitHub que muestra los repositorios conectados de dos organizaciones. @@ -149,7 +149,7 @@ on: branch: main ``` -* `repo`: El repositorio de GitHub en formato `owner/repo`. +* `repo`: El repositorio en formato `owner/repo`. Funciona con repositorios de GitHub y GitLab. * `branch` (opcional): La branch que se supervisará para detectar pushes. Si no especificas una branch, el flujo de trabajo se activa cuando se realizan pushes a la branch predeterminada del repositorio. Un flujo de trabajo puede supervisar pushes en varios repositorios o branches. diff --git a/fr/agent/workflows.mdx b/fr/agent/workflows.mdx index 7973a7f57..7b6194ac5 100644 --- a/fr/agent/workflows.mdx +++ b/fr/agent/workflows.mdx @@ -101,7 +101,7 @@ Success criteria: Someone who reads the changelog knows the most up to date info | `automerge` | Non | La valeur par défaut est `false`, ce qui ouvre une pull request (demande de fusion) pour révision. Si `true`, ouvre une pull request (demande de fusion) et la fusionne automatiquement. | | `notify` | Non | Configuration des notifications. Envoyez des messages Slack lorsque les workflows sont terminés. | -Vous devez avoir installé la GitHub App Mintlify sur chaque dépôt répertorié dans les champs `context` ou `on.push.repo`. Ajoutez de nouveaux dépôts sur la page [GitHub app](https://dashboard.mintlify.com/settings/organization/github-app) de votre dashboard Mintlify. +Chaque dépôt répertorié dans les champs `context` ou `on.push.repo` doit être accessible à Mintlify. Pour les dépôts GitHub, installez la [GitHub App Mintlify](https://dashboard.mintlify.com/settings/organization/github-app). Pour les dépôts GitLab, connectez-les sur la page des [paramètres GitLab](https://dashboard.mintlify.com/settings/organization/gitlab). La page GitHub app montrant les dépôts connectés pour deux organisations. @@ -149,7 +149,7 @@ on: branch: main ``` -* `repo`: Le référentiel GitHub au format `owner/repo`. +* `repo`: Le référentiel au format `owner/repo`. Fonctionne avec les dépôts GitHub et GitLab. * `branch` (facultatif) : la branche à surveiller pour les poussées. Si vous ne spécifiez pas de branche, le workflow se déclenche lorsque des modifications sont poussées vers la branche par défaut du référentiel. Un workflow peut surveiller les poussées vers plusieurs référentiels ou branches. diff --git a/zh/agent/workflows.mdx b/zh/agent/workflows.mdx index c0bb8fe6c..750fe14e9 100644 --- a/zh/agent/workflows.mdx +++ b/zh/agent/workflows.mdx @@ -101,7 +101,7 @@ Success criteria: Someone who reads the changelog knows the most up to date info | `automerge` | 否 | 默认为 `false`,此时会打开一个拉取请求以供审查。如果为 `true`,则会打开一个拉取请求并自动将其合并。 | | `notify` | 否 | 通知配置。工作流完成时发送 Slack 消息。 | -你必须在 `context` 或 `on.push.repo` 字段中列出的每个存储库上安装 Mintlify GitHub App。请在 Mintlify 仪表板的 [GitHub app](https://dashboard.mintlify.com/settings/organization/github-app) 页面中添加新的存储库。 +`context` 或 `on.push.repo` 字段中列出的每个存储库都必须对 Mintlify 可访问。对于 GitHub 存储库,请安装 [Mintlify GitHub App](https://dashboard.mintlify.com/settings/organization/github-app)。对于 GitLab 存储库,请在 [GitLab 设置](https://dashboard.mintlify.com/settings/organization/gitlab)页面中进行连接。 GitHub app 页面显示了两个组织已连接的存储库。 @@ -149,7 +149,7 @@ on: branch: main ``` -* `repo`: 以 `owner/repo` 格式指定的 GitHub 存储库。 +* `repo`: 以 `owner/repo` 格式指定的存储库。支持 GitHub 和 GitLab 存储库。 * `branch` (可选) :要监控推送的 branch。如果你未指定 branch,则工作流会在更改推送到存储库默认 branch 时触发。 一个工作流可以监控多个存储库或多个 branch 上的推送。