Default un-stale to true in new version

This commit is contained in:
Ross Brodbeck
2020-05-11 10:34:40 -04:00
parent 299593dff1
commit 7a47124766
3 changed files with 5 additions and 4 deletions

2
dist/index.js vendored
View File

@@ -3756,7 +3756,7 @@ function getAndValidateArgs() {
exemptPrLabels: core.getInput('exempt-pr-labels'),
onlyLabels: core.getInput('only-labels'),
operationsPerRun: parseInt(core.getInput('operations-per-run', { required: true })),
removeStaleWhenUpdated: core.getInput('remove-stale-when-updated') === 'true',
removeStaleWhenUpdated: !(core.getInput('remove-stale-when-updated') === 'false'),
debugOnly: core.getInput('debug-only') === 'true'
};
for (const numberInput of [