dist file

This commit is contained in:
John Sudol 2022-11-23 21:20:46 +00:00 committed by GitHub
parent 52086c38b6
commit e27c9afd63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -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.`));