Skip to content

Commit

Permalink
The behavior of auto merge was changed upstream 💣 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
timperrett authored Sep 26, 2019
1 parent 47cdabb commit 2c4752f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ func main() {
// yes my pretty, a JSON string you will be
payload := string(encoded)
contexts := c.StringSlice("required-context")
boolpoint := false

r := github.DeploymentRequest{
Ref: &userGithubTag,
Expand All @@ -434,6 +435,7 @@ func main() {
RequiredContexts: &contexts,
Environment: &userGithubEnv,
Description: &userGithubDescription,
AutoMerge: &boolpoint,
}

if isDryRun {
Expand Down

0 comments on commit 2c4752f

Please sign in to comment.