First pass at ignorning issues with comments and allowing removal of the stale label

This commit is contained in:
Ross Brodbeck
2020-05-02 06:04:09 -04:00
parent ae2c5c5308
commit cd198e6d88
3 changed files with 128 additions and 21 deletions

View File

@@ -33,6 +33,9 @@ inputs:
operations-per-run:
description: 'The maximum number of operations per run, used to control rate limiting.'
default: 30
remove-stale-when-updated:
description: 'Remove stale labels from issues when they are updated or commented on.'
default: false
debug-only:
description: 'Run the processor in debug mode without actually performing any operations on live issues.'
default: false