demo
This commit is contained in:
parent
48bae5932f
commit
6bb2a723cb
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue