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

createPr return pr

parent 843e03c5
Branches
Tags
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.
Please register or to comment