This commit is contained in:
Luke Tomlinson 2022-09-07 10:46:31 -04:00
parent 48bae5932f
commit 6bb2a723cb
2 changed files with 2027 additions and 20 deletions

2045
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -418,7 +418,7 @@ export class IssuesProcessor {
// Determine if this issue needs to be marked stale first
if (!issue.isStale) {
issueLogger.info(`This $$type is not stale`);
issueLogger.info(`This $$type is not stale. Demo message.`);
const shouldIgnoreUpdates: boolean = new IgnoreUpdates(
this.options,
issue