mirror of
https://github.com/actions/stale.git
synced 2025-12-13 21:53:25 +00:00
Add debug mode to action definition
This commit is contained in:
@@ -33,6 +33,9 @@ inputs:
|
|||||||
operations-per-run:
|
operations-per-run:
|
||||||
description: 'The maximum number of operations per run, used to control rate limiting.'
|
description: 'The maximum number of operations per run, used to control rate limiting.'
|
||||||
default: 30
|
default: 30
|
||||||
|
debug-only:
|
||||||
|
description: 'Run the processor in debug mode without actually performing any operations on live issues.'
|
||||||
|
default: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user