Skip to content
Open
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
16 changes: 16 additions & 0 deletions es/workflows/manage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ Para los workflows personalizados y el workflow **Update from code changes**, pu

Para habilitar integraciones en un workflow, abre su configuración y selecciona las integraciones que quieres que el agente use en la sección **Available integrations**. Solo aparecerán en la lista las integraciones ya conectadas para tu organización. Consulta [Integraciones del agente](/es/agent/integrations) para más información sobre cómo conectar integraciones.

<div id="slack-notifications">
### Notificaciones de Slack
</div>

Envía mensajes de Slack a los canales seleccionados cuando se ejecuten los workflows. Usa las notificaciones de Slack para mantener a tu equipo al tanto de la actividad de los workflows en curso sin tener que vigilar el dashboard.

Para habilitar las notificaciones de Slack, instala la [aplicación de Slack de Mintlify](/es/agent/slack) en tu workspace y, a continuación, añade uno o más canales de notificación en la sección **Notification channels** de la configuración de tu workflow.

Una vez habilitadas, Mintlify publica en los canales configurados cuando:

- Un workflow abre una pull request para revisión.
- Una pull request abierta por un workflow lleva esperando revisión **3 días** sin haberse fusionado. Mintlify envía un recordatorio diario hasta que la pull request se fusione o se cierre. Cuando la pull request se resuelve, el recordatorio original se actualiza con un tachado para que las alertas obsoletas no permanezcan visibles.
- Un workflow fusiona una pull request o no logra completarse.

Los recordatorios de revisiones obsoletas se aplican a cualquier workflow configurado para abrir pull requests para revisión (consulta [Modo de actualización](#update-mode)). Solo se activan cuando hay canales de notificación de Slack configurados para el workflow.

<div id="instructions">
### Instrucciones
</div>
Expand Down
16 changes: 16 additions & 0 deletions fr/workflows/manage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ Pour les workflows personnalisés et le workflow **Update from code changes**, v

Pour activer des intégrations pour un workflow, ouvrez ses paramètres et sélectionnez les intégrations que vous souhaitez que l'agent utilise dans la section **Available integrations**. Seules les intégrations déjà connectées pour votre organisation apparaissent dans la liste. Consultez [Intégrations de l'agent](/fr/agent/integrations) pour plus d'informations sur la connexion des intégrations.

<div id="slack-notifications">
### Notifications Slack
</div>

Envoyez des messages Slack aux canaux sélectionnés lors de l'exécution des workflows. Utilisez les notifications Slack pour tenir votre équipe informée de l'activité des workflows en cours sans avoir à surveiller le dashboard.

Pour activer les notifications Slack, installez l'[application Slack de Mintlify](/fr/agent/slack) dans votre workspace, puis ajoutez un ou plusieurs canaux de notification dans la section **Notification channels** des paramètres de votre workflow.

Une fois activées, Mintlify publie dans les canaux configurés lorsque :

- Un workflow ouvre une pull request pour revue.
- Une pull request ouverte par un workflow attend une revue depuis **3 jours** sans avoir été fusionnée. Mintlify envoie un rappel quotidien jusqu'à ce que la pull request soit fusionnée ou fermée. Lorsque la pull request est résolue, le rappel d'origine est mis à jour avec un texte barré pour que les alertes obsolètes ne restent pas affichées.
- Un workflow fusionne une pull request ou échoue.

Les rappels de revue en attente s'appliquent à tout workflow configuré pour ouvrir des pull requests à des fins de revue (voir [Mode de mise à jour](#update-mode)). Ils ne se déclenchent que lorsque des canaux de notification Slack sont configurés pour le workflow.

<div id="instructions">
### Instructions
</div>
Expand Down
14 changes: 14 additions & 0 deletions workflows/manage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@

To enable integrations for a workflow, open its settings and select the integrations you want the agent to use in the **Available integrations** section. Only integrations already connected for your organization appear in the list. See [Agent integrations](/agent/integrations) for more information on connecting integrations.

### Slack notifications

Send Slack messages to selected channels when workflows run. Use Slack notifications to keep your team aware of in-flight workflow activity without watching the dashboard.

To enable Slack notifications, install the [Mintlify Slack app](/agent/slack) in your workspace, then add one or more notification channels in the **Notification channels** section of your workflow settings.

Once enabled, Mintlify posts to the configured channels when:

- A workflow opens a pull request for review.
- A workflow-opened pull request has been waiting for review for **3 days** without being merged. Mintlify sends a daily reminder until the pull request is merged or closed. When the pull request is resolved, the original reminder is updated with a strikethrough so stale alerts don't linger.

Check warning on line 81 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L81

In general, use active voice instead of passive voice ('being merged').

Check warning on line 81 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L81

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

Check warning on line 81 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L81

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

Check warning on line 81 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L81

In general, use active voice instead of passive voice ('is updated').
- A workflow merges a pull request, or fails to complete.

Stale review reminders apply to any workflow configured to open pull requests for review (see [Update mode](#update-mode)). They only fire when Slack notification channels are configured for the workflow.

Check warning on line 84 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L84

In general, use active voice instead of passive voice ('are configured').

### Instructions

Add optional instructions that append to the workflow's base prompt on every run. Use these to adjust the style, tone, or other project-specific behaviors without changing the core workflow logic.
Expand Down
Loading