mirror of
https://github.com/actions/stale.git
synced 2025-12-29 11:28:18 +00:00
Pack for distribution
This commit is contained in:
@@ -84,7 +84,7 @@ export class IssueProcessor {
|
||||
continue; // don't process exempt issues
|
||||
}
|
||||
|
||||
if (!IssueProcessor.isLabeled(issue, staleLabel)) {
|
||||
if (IssueProcessor.isLabeled(issue, staleLabel)) {
|
||||
core.debug(`Found a stale ${issueType}`);
|
||||
if (
|
||||
this.options.daysBeforeClose >= 0 &&
|
||||
|
||||
Reference in New Issue
Block a user