Skip to content

Fix dependabot auto-merge to work with merge queues#62

Merged
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:fix-dependabot-pr-approve
Apr 16, 2026
Merged

Fix dependabot auto-merge to work with merge queues#62
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:fix-dependabot-pr-approve

Conversation

@creydr
Copy link
Copy Markdown
Collaborator

@creydr creydr commented Apr 16, 2026

The workflow was calling 'gh pr merge' without the '--auto' flag, which tried to set an explicit merge method. When a merge queue is configured, it controls the merge strategy, causing a conflict.

Changed to use 'gh pr merge --auto' to properly enable auto-merge without specifying a merge method, allowing the merge queue to add the PR once all requirements are met.

The workflow was calling 'gh pr merge' without the '--auto' flag, which
tried to set an explicit merge method. When a merge queue is configured,
it controls the merge strategy, causing a conflict.

Changed to use 'gh pr merge --auto' to properly enable auto-merge without
specifying a merge method, allowing the merge queue to add the PR once all
requirements are met.
@creydr creydr merged commit 4ddf82b into functions-dev:main Apr 16, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant