From e27c9afd63ef9cf00a543614e70b33b733d01a98 Mon Sep 17 00:00:00 2001 From: John Sudol <24583161+johnsudol@users.noreply.github.com> Date: Wed, 23 Nov 2022 21:20:46 +0000 Subject: [PATCH] dist file --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 0e78fccc..7002e0c7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -381,7 +381,7 @@ class IssuesProcessor { this.options = options; this.client = github_1.getOctokit(this.options.repoToken); this.operations = new stale_operations_1.StaleOperations(this.options); - this._logger.info(logger_service_1.LoggerService.yellow(`Starting the stale action process...`)); + this._logger.info(logger_service_1.LoggerService.yellow(`Starting the stale action process... logging`)); if (this.options.debugOnly) { this._logger.warning(logger_service_1.LoggerService.yellowBright(`Executing in debug mode!`)); this._logger.warning(logger_service_1.LoggerService.yellowBright(`The debug output will be written but no issues/PRs will be processed.`));