Tell Renovate to rebase when merging failed#319
Conversation
It might have conflicts, and Renovate will not rebase automatically.
|
Caution Review failedFailed to post review comments Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughAdds a new CI job "🔄 Rebase PR" to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ 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 |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a workflow job to automatically trigger Renovate rebases when PR merges fail due to conflicts. When the merge job fails, a new rebase job checks the "rebase-check" box in the PR body to signal Renovate to rebase the PR.
- Adds a new
rebase-prjob that runs aftermerge-prfails - Uses GitHub CLI to modify the PR body and check the rebase checkbox
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
close #
✏️ Description
It might have conflicts, and Renovate will not rebase automatically.