From 41f204871fcca4e87dbcd6a92180bcc78925f43a Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Sat, 7 Jan 2017 22:58:01 +0100
Subject: [PATCH] createPr return pr

---
 src/github.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/github.js b/src/github.js
index 1d726856ba..78074587c3 100644
--- a/src/github.js
+++ b/src/github.js
@@ -43,6 +43,8 @@ module.exports = {
         base: config.baseBranch,
         body: body,
       }
+    }).then(res => {
+      return res.body;
     });
   },
   checkForClosedPr(branchName, prTitle) {
-- 
GitLab