Skip to content

Commit 2c4752f

Browse files
authored
The behavior of auto merge was changed upstream 💣 (#22)
1 parent 47cdabb commit 2c4752f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ func main() {
426426
// yes my pretty, a JSON string you will be
427427
payload := string(encoded)
428428
contexts := c.StringSlice("required-context")
429+
boolpoint := false
429430

430431
r := github.DeploymentRequest{
431432
Ref: &userGithubTag,
@@ -434,6 +435,7 @@ func main() {
434435
RequiredContexts: &contexts,
435436
Environment: &userGithubEnv,
436437
Description: &userGithubDescription,
438+
AutoMerge: &boolpoint,
437439
}
438440

439441
if isDryRun {

0 commit comments

Comments
 (0)