Pack for distribution

This commit is contained in:
Ross Brodbeck
2020-04-15 08:44:55 -04:00
parent f11770a586
commit d7719d70c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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 &&