How to disable automerge when creating a deployment #161711
Unanswered
sigfrid
asked this question in
API and Webhooks
Replies: 1 comment 1 reply
-
You need to pass false as a raw JSON boolean, not a string. The gh api command allows raw JSON input via --input or --raw-field. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Select Topic Area
Question
Body
I'm trying to create a
deployment
via the GitHub API.According to the documentation:
Since I don't want automerge, I passed false as parameter
But I still get:
What am I missing here?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions