Are auto merges supported? #497
AquilesGomez
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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