fix(hooks): check-ci を pnpm スクリプト経由に統一 - #12
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughpost-pr-monitor のデフォルトポーリング間隔を 30→120 秒に変更し、ランタイムでのバンドル実行ファイルパス解決を廃止。CronCreate のコマンドを直接 Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
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 |
aloekun
force-pushed
the
fix/check-ci-pnpm-script
branch
from
April 2, 2026 17:27
cfc96cd to
38afff9
Compare
- package.json に check-ci スクリプト追加 (exe パス直接指定を排除) - settings.local.json.template に pnpm check-ci の自動許可を追加 - hooks-post-pr-monitor: checker パスを pnpm check-ci 経由に変更 - hooks-post-pr-monitor: DEFAULT_POLL_INTERVAL を 120 に修正 (config と整合) - hooks-post-pr-monitor: 不要な checker_exe_path() を削除 - post-pr-monitor-debug.log を .gitignore に追加し untrack Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aloekun
force-pushed
the
fix/check-ci-pnpm-script
branch
from
April 2, 2026 18:14
38afff9 to
cda5975
Compare
4 tasks
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
check-ci-coderabbit.exeの直接呼び出しをpnpm check-ci経由に変更settings.local.jsonの許可リストBash(pnpm check-ci *)で自動許可可能にDEFAULT_POLL_INTERVALを 30秒 → 120秒 (2分) に変更Test plan
cargo test— hooks-post-pr-monitor 36テスト通過cargo test— check-ci-coderabbit 41テスト通過pnpm build:hooks— 全 exe ビルド成功pnpm push— push パイプライン通過🤖 Generated with Claude Code
Summary by CodeRabbit
リリースノート
New Features
check-ciスクリプトを追加しました。Chores
Bash(pnpm check-ci *)の許可を追加しました。Tests