fix(renovate): self-merge instead of relying on GitHub native auto-merge - #45
Merged
Merged
Conversation
platformAutomerge required "Allow auto-merge" enabled per-repo in GitHub settings, which several consuming repos didn't have — Renovate PRs sat fully green and unmerged with no visible error. Renovate merging via its own API call once checks pass has no such prerequisite.
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
platformAutomerge: falsein the shared Renovate preset. Renovate now merges eligible PRs itself via the API once all checks pass, instead of asking GitHub's native auto-merge queue to do it.gardenia-api(confirmed via theenable_pr_auto_mergeAPI returning "Auto-merge is not enabled for this repository"), so fully green Renovate PRs (e.g.lint-stagedupdate, all 9 checks passing) sat unmerged indefinitely with no visible error.nestjs-templatehad the setting on and merged fine, which made the inconsistency easy to miss.platformAutomerge: trueper-repo if the native queue (better branch-protection integration) is preferred once the setting is confirmed enabled everywhere.Test plan
default.jsonis well-formed JSON (python3 -m json.tool)gardenia-api(e.g. #429) gets merged by Renovate on its next run without needing the repo setting changeGenerated by Claude Code