fix(ci): unblock Dependabot auto-merge for app/dependabot PRs#570
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 36 minutes and 10 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
a08a7bd to
98a9751
Compare
There was a problem hiding this comment.
Code Review
This pull request configures Mergify rules to automate the merging of Dependabot dependency and security updates on the develop branch, along with corresponding label updates and changelog documentation. However, the Mergify rules require the changelog-validate / validate check to pass, which will block auto-merging because Dependabot pull requests are exempt from changelog validation. It is recommended to remove this check requirement from both Mergify rules.
| - check-success=CI / lint | ||
| - check-success=changelog-validate / validate | ||
| - -draft |
There was a problem hiding this comment.
The PR description states that Dependabot PRs are exempt from the changelog validation requirement. However, this Mergify condition still requires changelog-validate / validate to succeed. If the changelog validation is skipped or does not run for Dependabot PRs, Mergify will block the auto-merge indefinitely. This condition should be removed.
- check-success=CI / lint
- -draft| - check-success=CI / lint | ||
| - check-success=changelog-validate / validate | ||
| - -draft |
🔍 Reviewer Summary for PR #570CI Status: ✅ Recommendations
|
Summary\n- align Mergify conditions with real Dependabot actor and canonical dependency labels\n- exempt Dependabot PRs from changelog validation requirement\n- allow security label workflow to run for app/dependabot\n- align Dependabot default labels to area:dependencies\n\n## Why\nPRs #532 and #533 are not auto-merging due to condition mismatch and non-actionable gates (changelog for bot PRs, CodeRabbit timeout dependency in Mergify conditions).\n\n## Validation\n- npm run lint:yaml\n- npm run test:js (via pre-commit hook)\n