mirror of
https://github.com/actions/stale.git
synced 2026-01-06 23:38:17 +00:00
Default un-stale to true in new version
This commit is contained in:
@@ -35,7 +35,7 @@ inputs:
|
||||
default: 30
|
||||
remove-stale-when-updated:
|
||||
description: 'Remove stale labels from issues when they are updated or commented on.'
|
||||
default: false
|
||||
default: true
|
||||
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