Skip to content

Commit

Permalink
Forgot to append the approvers onto the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bodner committed May 16, 2016
1 parent 9a465b2 commit 69ae547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ func (g *Github) MergePR(u *model.User, r *model.Repo, pullRequest model.PullReq
}
apps += "\n"
}
msg += apps
}
result, _, err := client.PullRequests.Merge(r.Owner, r.Name, pullRequest.Number, msg)
if err != nil {
Expand Down

0 comments on commit 69ae547

Please sign in to comment.