[aw] Daily Code Metrics and Trend Tracking Agent failed
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 70/100
調査の方向性
この問題は、GitHub Actionsワークフローの設定エラーです。ワークフローファイルは .github/workflows/daily-code-metrics.md にあります。エラーは、Copilotエンジンの無効なモデル名を示しています。ワークフローのフロントマターにある「model」設定を確認し、GitHub Copilotのサポート対象モデルのドキュメントと比較してください。修正には、YAMLフロントマターのモデルを「gpt-4」などの有効なものに更新することが含まれます。変更後にワークフローの実行を確認して修正を検証してください。
索引モデルが issue の本文から書いたものです。
説明
Workflow Failure
Workflow: Daily Code Metrics and Trend Tracking Agent
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/35903479429
[!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: Thecopilotengine terminated unexpectedly.
Last agent output:
400 The requested model is not supported.
Changes +0 -0
Duration 3s
Resume copilot --resume=38eaa640-8b60-4a62-9e91-9f2d11553695
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/35903479429
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow daily-code-metrics failure in https://github.com/github/gh-aw/actions/runs/35903479429
[!TIP]
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter:safe-outputs: report-failure-as-issue: false
Generated from Daily Code Metrics and Trend Tracking Agent · ◷
- expires on Sep 24, 2026, 6:40 AM UTC
- 主要言語
- Go
- スター
- 5.2k
- フォーク
- 547
- 平均マージ
- 6時間 23分
- マージ済み PR(30日)
- 760
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/gh-aw のほかの issue
-
agentic-workflows
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
-
agentic-workflows maintenance
難易度 2/5 1〜3時間 初心者へのやさしさ 85/100
-
automation compatibility gh-aw
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
automation cli cookie documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
automation code-quality cookie improvement quick-win task-mining
難易度 2/5 1時間未満 初心者へのやさしさ 65/100
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
Bob Shell support オープンenhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
santhosh-tekuri/jsonschema#276 ·