diff --git a/src/github.js b/src/github.js
index 1d726856ba51e3610f8699986639f88e19ab283d..78074587c3336a53cc037926aead681e894b3dbb 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) {