Skip to content

Support merge queues on dependabot PRs#54

Merged
creydr merged 1 commit into
functions-dev:mainfrom
creydr:support-merge-queue-on-dependabot-prs
Apr 14, 2026
Merged

Support merge queues on dependabot PRs#54
creydr merged 1 commit into
functions-dev:mainfrom
creydr:support-merge-queue-on-dependabot-prs

Conversation

@creydr
Copy link
Copy Markdown
Collaborator

@creydr creydr commented Apr 14, 2026

Currently we only enabled auto-merge on PRs, but to support merge queues too, we should not limit it with --auto

From the gh cli docs:

gh pr merge --help
Merge a pull request on GitHub.

Without an argument, the pull request that belongs to the current branch
is selected.

When targeting a branch that requires a merge queue, no merge strategy is required.
If required checks have not yet passed, auto-merge will be enabled.
If required checks have passed, the pull request will be added to the merge queue.

From the `gh` cli docs:
```
gh pr merge --help
Merge a pull request on GitHub.

Without an argument, the pull request that belongs to the current branch
is selected.

When targeting a branch that requires a merge queue, no merge strategy is required.
If required checks have not yet passed, auto-merge will be enabled.
If required checks have passed, the pull request will be added to the merge queue.
```
@creydr creydr enabled auto-merge April 14, 2026 11:42
@creydr creydr added this pull request to the merge queue Apr 14, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 14, 2026
@creydr creydr added this pull request to the merge queue Apr 14, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 14, 2026
@creydr creydr added this pull request to the merge queue Apr 14, 2026
Merged via the queue into functions-dev:main with commit ac1030b Apr 14, 2026
16 of 17 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