mirror of
https://github.com/actions/stale.git
synced 2025-12-18 09:54:07 +00:00
Add (
This commit is contained in:
@@ -163,8 +163,6 @@ export class IssueProcessor {
|
||||
this.options.daysBeforeStale
|
||||
);
|
||||
|
||||
// TODO: better stale calculation here not including bot comments
|
||||
|
||||
// determine if this issue needs to be marked stale first
|
||||
if (!isStale && shouldBeStale) {
|
||||
core.info(
|
||||
|
||||
Reference in New Issue
Block a user