Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

Review all changes since the last changelog update. Draft a new changelog post with any new features, bug fixes, or breaking changes.

Include information about what changed and how it affects users.

Check warning on line 76 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L76

Did you really mean 'informat'?

Do not include any internal-only information or minor changes like bumping package versions or updating documentation.

Expand All @@ -90,7 +90,7 @@
| `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.

<Frame>
<img src="/images/github/app-repos-light.png" alt="The GitHub app page showing connected repositories for two organizations." className="block dark:hidden" />
Expand Down Expand Up @@ -131,7 +131,7 @@
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.
Expand Down Expand Up @@ -209,9 +209,9 @@

## Manage workflows

If you create a workflow in the dashboard, edit or delete it from the dashboard.

Check warning on line 212 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L212

Use the Oxford comma in 'If you create a workflow in the dashboard, edit or'.

If you create a workflow from a file in your repository, edit or delete it with a pull request modifying the file.

Check warning on line 214 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L214

Use the Oxford comma in 'If you create a workflow from a file in your repository, edit or'.

### Trigger a workflow manually

Expand All @@ -232,7 +232,7 @@
2. Click **View Workflows**.
3. Click the toggle next to the workflow you want to disable or enable.

When you re-enable a cron-based workflow, its next run time is recalculated from the current time.

Check warning on line 235 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L235

In general, use active voice instead of passive voice ('is recalculated').

## Prompts

Expand Down
4 changes: 2 additions & 2 deletions es/agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Frame>
<img src="/images/github/app-repos-light.png" alt="La página de la aplicación de GitHub que muestra los repositorios conectados de dos organizaciones." className="block dark:hidden" />
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions fr/agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Frame>
<img src="/images/github/app-repos-light.png" alt="La page GitHub app montrant les dépôts connectés pour deux organisations." className="block dark:hidden" />
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions zh/agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)页面中进行连接

<Frame>
<img src="/images/github/app-repos-light.png" alt="GitHub app 页面显示了两个组织已连接的存储库。" className="block dark:hidden" />
Expand Down Expand Up @@ -149,7 +149,7 @@ on:
branch: main
```

* `repo`: 以 `owner/repo` 格式指定的 GitHub 存储库。
* `repo`: 以 `owner/repo` 格式指定的存储库。支持 GitHub 和 GitLab 存储库。
* `branch` (可选) :要监控推送的 branch。如果你未指定 branch,则工作流会在更改推送到存储库默认 branch 时触发。

一个工作流可以监控多个存储库或多个 branch 上的推送。
Expand Down
Loading