Update review rules - #3026
Conversation
dsikka
commented
Aug 12, 2026
- Require one review from a maintainer, unless the two-reviews label has been applied
|
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed. |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Merge Protections🟢 Merge protection satisfied — ready to merge. Show 1 satisfied protection🟢 📃 Configuration Change RequirementsMergify configuration change
|
There was a problem hiding this comment.
Code Review
This pull request simplifies the PR review workflow by removing the automatic 'two-reviews' labeling for community PRs and introducing a new 'Require one maintainer review' rule in Mergify. Feedback suggests clarifying or updating the conditional logic (if: []) for this new rule to ensure it interacts correctly with the 'two-reviews' label as intended.
- Require one review from a maintainer, unless the two-reviews label has been applied Signed-off-by: Roderick-Wu <roderickwu2003@gmail.com>