chore: remove unused code from our js scripts (#25419)
This commit is contained in:
parent
bc9816b206
commit
7f885bd266
6 changed files with 1 additions and 8 deletions
|
@ -3,8 +3,6 @@ const { Octokit } = require('@octokit/rest');
|
|||
const octokit = new Octokit();
|
||||
const path = require('path');
|
||||
|
||||
const SOURCE_ROOT = path.normalize(path.dirname(__dirname));
|
||||
|
||||
async function checkIfDocOnlyChange () {
|
||||
if (args.prNumber || args.prBranch || args.prURL) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue