mirror of
https://github.com/actions/stale.git
synced 2026-01-03 05:48:17 +00:00
First pass at ignorning issues with comments and allowing removal of the stale label
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user