Add reusable action to detect conflicted open PRs#611
Conversation
Create a composite action that waits for merge state to settle, then returns open non-draft PR numbers whose mergeStateStatus is DIRTY while honoring an opt-out label. Made-with: Cursor
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
.github/actions/get-prs-with-merge-conflictsas a composite actionsettle-seconds, default60)prsandcountoutputs for open non-draft PRs withmergeStateStatus == DIRTY, excluding an opt-out labelTest plan
Made with Cursor