Explain why Dependabot PR with auto-merge enabled is blocked from merging#165
Closed
Explain why Dependabot PR with auto-merge enabled is blocked from merging#165
Conversation
Copilot
AI
changed the title
[WIP] Update CI group with two dependencies
Explain why Dependabot PR with auto-merge enabled is blocked from merging
Mar 2, 2026
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.
PR #164 has auto-merge enabled and all CI checks passing, but
mergeable_stateisblocked— the only approval is fromgithub-actions[bot](the auto-merge workflow itself), which GitHub does not count toward branch protection's required human reviewer threshold.Description
Investigated the auto-merge pipeline for the Dependabot PR bumping
actions/setup-go(v6.2.0→v6.3.0) andactions/upload-artifact(v6.0.0→v7.0.0).Root cause:
dependabot-auto-merge.yamlcorrectly approves and enables squash auto-merge, but the approval comes fromgithub-actions[bot]. GitHub branch protection onmainrequires at least one human approval; bot approvals do not satisfy this requirement.Status of all checks on PR #164:
mergeable_state: blockedA human with write access must approve the PR to unblock auto-merge.
What does this PR do?
Responds to the question in the PR comment explaining why auto-merge is stalled, with no code changes needed.
Types of changes
Checklist:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.