Describe the bug
When I issue gh pr merge --auto, the PR merges even though the checks haven't completed. It would seem to me that the command is ignoring the --auto flag. The version of gh I am using is 2.40.1.
Steps to reproduce the behavior
- Be on a branch that tracks a remote branch tied to pull request.
- Issue
gh pr merge --auto
Expected vs actual behavior
I expect the PR to go into auto merge mode, i.e.,, to merge once the checks complete. The docs say:
Automatically merge only after necessary requirements are met
for the flag --auto. Instead, the PR merges with the checks still running.
Describe the bug
When I issue
gh pr merge --auto, the PR merges even though the checks haven't completed. It would seem to me that the command is ignoring the--autoflag. The version ofghI am using is 2.40.1.Steps to reproduce the behavior
gh pr merge --autoExpected vs actual behavior
I expect the PR to go into auto merge mode, i.e.,, to merge once the checks complete. The docs say:
for the flag
--auto.Instead, the PR merges with the checks still running.