We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3903c commit 60caa86Copy full SHA for 60caa86
1 file changed
lib/push-jenkins-update.js
@@ -78,8 +78,6 @@ function findPrInRef (gitRef) {
78
}
79
80
async function findLatestCommitInPr (options) {
81
- const { Octokit } = require('@octokit/rest')
82
- const githubClient = new Octokit({})
83
const paginateOptions = githubClient.pulls.listCommits.endpoint.merge({
84
owner: options.owner,
85
repo: options.repo,
0 commit comments