Are auto merges supported? #497
AquilesGomez
started this conversation in
General
Replies: 1 comment
-
Hi @AquilesGomez, It is not currently supported. Are you interested in making a PR? I've layout some links in the issue here: #917 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a repository that takes a long time to build. GitHub supports the option to enable auto-merges once all requirements have been met. In the
gh
cli, it's fairly easy to pull this off via:gh pr merge --auto
.I tried doing something similar via:
Octo pr merge auto
andOcto pr merge --auto
, but neither worked. Am I using the wrong syntax or is that feature not supported?Beta Was this translation helpful? Give feedback.
All reactions