mirror of
https://github.com/actions/stale.git
synced 2026-03-31 00:38:17 +01: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