fix: removed console.log
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
@ -11,7 +11,7 @@ const { addLabels } = require('./addLabels');
|
|||||||
const { guideFolderChecks } = require('./guideFolderChecks');
|
const { guideFolderChecks } = require('./guideFolderChecks');
|
||||||
const { addComment } = require('./addComment');
|
const { addComment } = require('./addComment');
|
||||||
|
|
||||||
console.log(octokit.authenticate(octokitAuth));
|
octokit.authenticate(octokitAuth);
|
||||||
|
|
||||||
const labelsAdder = (number, existingLabels, labelsToAdd, log) => {
|
const labelsAdder = (number, existingLabels, labelsToAdd, log) => {
|
||||||
const newLabels = Object.keys(labelsToAdd).filter(label => !existingLabels.includes(label));
|
const newLabels = Object.keys(labelsToAdd).filter(label => !existingLabels.includes(label));
|
||||||
|
Reference in New Issue
Block a user