in src/entrypoint.js [45:53]
minimumUpvotesToExempt: parseInt(process.env.MINIMUM_UPVOTES_TO_EXEMPT),
dryrun: String(process.env.DRYRUN).toLowerCase() === 'true',
};
for (const numberInput of [
args.daysBeforeAncient,
args.daysBeforeClose,
args.daysBeforeStale,
]) {