We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cdabb commit 2c4752fCopy full SHA for 2c4752f
1 file changed
cmd/main.go
@@ -426,6 +426,7 @@ func main() {
426
// yes my pretty, a JSON string you will be
427
payload := string(encoded)
428
contexts := c.StringSlice("required-context")
429
+ boolpoint := false
430
431
r := github.DeploymentRequest{
432
Ref: &userGithubTag,
@@ -434,6 +435,7 @@ func main() {
434
435
RequiredContexts: &contexts,
436
Environment: &userGithubEnv,
437
Description: &userGithubDescription,
438
+ AutoMerge: &boolpoint,
439
}
440
441
if isDryRun {
0 commit comments