Dont try and merge changes as it can fail the whole build.

This commit is contained in:
modmuss50 2021-02-28 18:39:54 +00:00
parent 8bc09fecc2
commit a217aaaaf7
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ jobs:
// Update target PR branch
await github.pulls.update({ owner, repo, pull_number, base });
// Updates the pull request with the latest upstream changes.
await github.pulls.updateBranch({ owner, repo, pull_number, });
await github.issues.createComment({ owner, repo, issue_number, body: '🚀 Target branch has been updated to ' + base });
await github.issues.removeLabel({ owner, repo, issue_number, name: updateLabel });
}