Give OpenWiki the git history it is asked to read - #21
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe OpenWiki update workflow now checks out the repository with full history and disables LangSmith/LangChain tracing environment variables. ChangesOpenWiki workflow
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
初回のスケジュール実行(run 30423937430)が成功扱いで終わりながら PR を作らなかった問題の修正です。
1.
fetch-depth: 0actions/checkoutの既定はfetch-depth: 1で、OpenWiki には 1 コミットしか見えていませんでした。実行ログにエージェント自身の判断が残っています。これにより次の 2 つが成立しません。
openwiki/INSTRUCTIONS.mdが指示している「git 履歴から変更の意図とリポジトリの変遷を読む」処理openwiki/.last-update.jsonのgitHeadを起点にした前回実行からの差分算出結果として「更新不要」と結論し、
create-pull-requestはpull-request-operation = noneで終了していました。2. LangSmith トレースの無効化
LANGSMITH_API_KEYが未登録のままLANGCHAIN_TRACING_V2: "true"だったため、実行のたびにFailed to send multipart request. Received status [403]: Forbiddenが繰り返し出力され、OpenWiki 自身の出力が埋もれていました。動作への影響はありませんが、ログが追えなくなるため無効化します。再有効化の手順はコメントとして残しています。
Notes
🤖 Generated with Claude Code
Summary by CodeRabbit