Skip to content
Snippets Groups Projects
Commit 41f20487 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

createPr return pr

parent 843e03c5
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ module.exports = {
base: config.baseBranch,
body: body,
}
}).then(res => {
return res.body;
});
},
checkForClosedPr(branchName, prTitle) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment