Skip to content

Commit

Permalink
Update src/pull-request-handler.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Bob van der Linden <bobvanderlinden@gmail.com>
  • Loading branch information
hongaar and bobvanderlinden committed Oct 29, 2019
1 parent ccd50db commit 6119731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pull-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async function mergePullRequest (
pullRequestInfo: PullRequestInfo
) {
const { config } = context
const extraParams = {} as ExtraMergeParams
const extraParams: ExtraMergeParams = {}
const pullRequestReference = getPullRequestReference(pullRequestInfo)
const commitMessage = getCommitMessage(pullRequestInfo, config)

Expand Down

0 comments on commit 6119731

Please sign in to comment.