[aw] agentic workflows out of sync
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 85/100
- issue の種類
- バグ
- 明瞭さ
- 明確に書かれている
- 活発さ
- 活発
- 技術スタック
- github-actions, go
- 領域
- build-system, ci-cd
調査の方向性
.github/workflows/*.md にあるワークフローソースから始め、リポジトリのラッパーである make recompile を実行して、それらの .lock.yml ファイルを再生成します。生成された diff、特に agentic-token-optimizer.lock.yml、daily-harness-experiment-proposer.lock.yml、smoke-ci.lock.yml を確認します。ロックファイルが Markdown ソースと一致し、検証が成功すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Problem
The workflow lock files (.lock.yml) are out of sync with their source markdown files (.md). This means the workflows that run in GitHub Actions are not using the latest configuration.
What needs to be done
The workflows need to be recompiled to regenerate the lock files from the markdown sources.
Instructions
If the repository provides a wrapper such as make recompile, prefer that command so compilation uses the repository's canonical flags. In github/gh-aw, any edit under .github/workflows/*.md should be followed by make recompile before committing.
Recompile all workflows using one of the following methods:
Using the repository wrapper
make recompile
Using gh aw CLI
gh aw compile --validate --verbose
Using gh-aw MCP Server
If you have the gh-aw MCP server configured, use the compile tool:
{
"tool": "compile",
"arguments": {
"validate": true,
"verbose": true
}
}
This will:
- Build the latest version of
gh-aw - Compile all workflow markdown files to YAML lock files
- Ensure all workflows are up to date
After recompiling, commit the changes with a message like:
Recompile workflows to update lock files
Detected Changes
The following workflow lock files have changes:
View diff
diff --git a/.github/workflows/agentic-token-optimizer.lock.yml b/.github/workflows/agentic-token-optimizer.lock.yml
index 250849b..42bde54 100644
--- a/.github/workflows/agentic-token-optimizer.lock.yml
+++ b/.github/workflows/agentic-token-optimizer.lock.yml
@@ -1879,7 +1879,7 @@ jobs:
- agent
- evals
- safe_outputs
- if: always() && (!cancelled()) && needs.agent.result != 'skipped'
+ if: always() && (!cancelled())
runs-on: ubuntu-slim
permissions:
contents: write
diff --git a/.github/workflows/daily-harness-experiment-proposer.lock.yml b/.github/workflows/daily-harness-experiment-proposer.lock.yml
index 03f717d..57dde49 100644
--- a/.github/workflows/daily-harness-experiment-proposer.lock.yml
+++ b/.github/workflows/daily-harness-experiment-proposer.lock.yml
@@ -1995,7 +1995,7 @@ jobs:
- agent
- evals
- safe_outputs
- if: always() && (!cancelled()) && needs.agent.result != 'skipped'
+ if: always() && (!cancelled())
runs-on: ubuntu-slim
permissions:
contents: write
diff --git a/.github/workflows/smoke-ci.lock.yml b/.github/workflows/smoke-ci.lock.yml
index a7fb2ca..7421697 100644
--- a/.github/workflows/smoke-ci.lock.yml
+++ b/.github/workflows/smoke-ci.lock.yml
@@ -1800,7 +1800,7 @@ jobs:
- activation
- agent
- safe_outputs
- if: always() && (!cancelled()) && needs.agent.result != 'skipped'
+ if: always() && (!cancelled())
runs-on: ubuntu-slim
permissions:
contents: write
References
- Repository: github/gh-aw
Generated by Agentic Maintenance
- 主要言語
- Go
- スター
- 5.2k
- フォーク
- 547
- 平均マージ
- 6時間 23分
- マージ済み PR(30日)
- 760
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/gh-aw のほかの issue
-
agentic-workflows
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
-
automation code-quality cookie documentation improvement quick-win task-mining
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
automation code-quality cookie documentation improvement quick-win task-mining
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
-
automation code-quality cookie improvement quick-win task-mining testing
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
agentic-workflows
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
似ている issue
-
agentic-workflows
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
microsoft/agent-framework-go#1179 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
-
[Bug]: OLLAMA_KEEP_ALIVE="5m" / "24h" crashes Ollama embedding and vision models with ValueError オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
infiniflow/ragflow#20223 · リアクション 1 件 ·
-
bug needs triage pkg/translator/faro
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
open-telemetry/opentelemetry-collector-contrib#51484 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100