feat(auto-fixer): 1回あたりの実行におけるPR処理件数の制限機能を追加#54
Merged
HappyOnigiri merged 2 commits intomainfrom Mar 11, 2026
Merged
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughこのPRは、実行ごとのPR処理上限を設定できる3つの新しい設定オプション( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
This was referenced Mar 11, 2026
Merged
Merged
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
Related issues
Changes
max_modified_prs_per_run: 変更(ラベル、コメントなど)を加えるPRの上限(デフォルト 0=無制限)max_committed_prs_per_run: コミットを追加するPRの上限(デフォルト 2)max_claude_prs_per_run: Claude で修正を実行するPRの上限(デフォルト 0=無制限)auto_fixer.py: 設定の読み込み、バリデーション、および PR ループ内での制限・スキップロジックの実装.refix.yaml.sample: 新しい設定オプションの説明と例を追加tests/test_auto_fixer.py: 設定バリデーションおよび PR 処理スキップ動作のテストを追加Testing
make ciを実行し、既存のテストに加え新規追加した12件のテストがすべてパスすることを確認しました。Checklist
Summary by CodeRabbit
リリースノート
New Features
Tests