)} is enabled. The stale counter will ignore any updates or comments on this $$type and will use the creation date as a reference ignoring any kind of update`
);
returntrue;
}elseif(this._options.ignorePrUpdates===false){
this._issueLogger.info(
`The option ${this._issueLogger.createOptionLink(
Option.IgnorePrUpdates
)} is disabled. The stale counter will take into account updates and comments on this $$type to avoid to stale when there is some update`
);
returnfalse;
}
this._logIgnoreUpdates();
returnthis._options.ignoreUpdates;
}
private_shouldIgnoreIssueUpdates():boolean{
if(this._options.ignoreIssueUpdates===true){
this._issueLogger.info(
`The option ${this._issueLogger.createOptionLink(
Option.IgnoreIssueUpdates
)} is enabled. The stale counter will ignore any updates or comments on this $$type and will use the creation date as a reference ignoring any kind of update`
)} is disabled. The stale counter will take into account updates and comments on this $$type to avoid to stale when there is some update`
);
returnfalse;
}
this._logIgnoreUpdates();
returnthis._options.ignoreUpdates;
}
private_logIgnoreUpdates():void{
if(this._options.ignoreUpdates){
this._issueLogger.info(
`The option ${this._issueLogger.createOptionLink(
Option.IgnoreUpdates
)} is enabled. The stale counter will ignore any updates or comments on this $$type and will use the creation date as a reference ignoring any kind of update`
);
}else{
this._issueLogger.info(
`The option ${this._issueLogger.createOptionLink(
Option.IgnoreUpdates
)} is disabled. The stale counter will take into account updates and comments on this $$type to avoid to stale when there is some update`