Skip to content

Commit

Permalink
Merge pull request #404 from dabutvin/curation-title
Browse files Browse the repository at this point in the history
change curation pr title to the subject line that the user entered
  • Loading branch information
dabutvin authored Feb 21, 2019
2 parents 9f6f79a + 340c313 commit 4e7fb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/curation/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ${this._formatDefinitions(patch.patches)}`
const result = await (userGithub || serviceGithub).pullRequests.create({
owner,
repo,
title: prBranch,
title: summary,
body: description,
head: `refs/heads/${prBranch}`,
base: branch
Expand Down

0 comments on commit 4e7fb55

Please sign in to comment.