From 340c313e0e7339045f11eda1984cdb99ab995dec Mon Sep 17 00:00:00 2001 From: Dan Butvinik Date: Wed, 20 Feb 2019 10:48:11 -0800 Subject: [PATCH] change curation pr title to the subject line that the user entered --- providers/curation/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/curation/github.js b/providers/curation/github.js index d766616ea..60e1c3d4f 100644 --- a/providers/curation/github.js +++ b/providers/curation/github.js @@ -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