chore: fix minor script warnings (#25575)

This commit is contained in:
Charles Kerr
2020-09-23 15:21:34 -05:00
committed by GitHub
parent 353c63e47a
commit 515e85079f
7 changed files with 8 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
const args = require('minimist')(process.argv.slice(2));
const { Octokit } = require('@octokit/rest');
const octokit = new Octokit();
const path = require('path');
async function checkIfDocOnlyChange () {
if (args.prNumber || args.prBranch || args.prURL) {