Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[aw] Daily Reliability Review failed

Cerrado Apto para principiantes
#63,263 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
76/100
Tipo de issue
Error
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
github-actions, yaml
Área
ci-cd, devops

Línea de trabajo

Abre .github/workflows/daily-reliability-review.md e inspecciona el frontmatter del workflow; después, revisa la ejecución 36069875747 y la documentación vinculada sobre la compatibilidad de modelos. Verifica que el motor de Copilot y el modelo configurados sean compatibles y vuelve a ejecutar el workflow; se considera terminado cuando la revisión diaria de fiabilidad se completa sin el error de modelo no compatible.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

agentic-workflows
Workflow Failure

Workflow: Daily Reliability Review
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/36069875747

[!WARNING]
Invalid or Unsupported Model: The agent failed because the configured model name is invalid, unknown, or unavailable for this engine/account.

This is a configuration issue, not a transient error — retrying will not help.

How to fix this

Specify a valid model for the selected engine in the workflow frontmatter:

---
engine: copilot
model: gpt-5-mini
---

To find valid models, check your engine/provider documentation (for Copilot see supported models).

If the error text is No model available. Check policy enablement under GitHub Settings > Copilot, the model is not disabled in the workflow but by Copilot policy. Enable the model under GitHub Settings > Copilot > Policies for the org/repo, or pick a model that is already enabled. This can also be triggered by a subagent (task tool) dispatch requesting a model that the policy does not allow, even when the main agent's model is enabled.

[!WARNING]
Engine Failure: The copilot engine terminated unexpectedly.

Last agent output:

400 The requested model is not supported.
Changes    +0 -0
Duration   4s
Resume     copilot --resume=9ee9f4d4-6057-4c60-982e-8183ac42b7f1
Action Required

Assign this issue to an agent to debug and fix the issue.

Debug with any coding agent

Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):

Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md

The failed workflow run is at https://github.com/github/gh-aw/actions/runs/36069875747
Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.

[!TIP]

Stop reporting this workflow as a failure

To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:

safe-outputs:
  report-failure-as-issue: false

Generated from Daily Reliability Review · ◷

  • expires on Sep 25, 2026, 10:57 AM UTC
Lenguaje dominante
Go
Estrellas
5.2k
Forks
547
Merge medio
6 h 24 min
PR fusionados (30 d)
761

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de github/gh-aw

Todos los issues de github/gh-aw

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.