From d9db675b68b2c65965c8ac85f98c15faf6d7d809 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Thu, 16 Nov 2017 13:51:26 +0100 Subject: [PATCH] fix: reset base commit during init (#1179) --- lib/platform/github/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index 4bd81c60a4..c98dac8936 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -73,6 +73,7 @@ async function initRepo(repoName, token, endpoint) { process.env.GITHUB_ENDPOINT = endpoint; } config.repoName = repoName; + delete config.baseCommitSHA; config.fileList = null; config.prList = null; config.prs = {}; -- GitLab