Fix labelsOnly description so it is easier to understand
Co-Authored-By: Stephan Miehe <49914758+stephanmiehe@users.noreply.github.com>
This commit is contained in:
parent
8588c16319
commit
54897a34f9
|
@ -26,7 +26,7 @@ inputs:
|
||||||
exempt-pr-label:
|
exempt-pr-label:
|
||||||
description: 'The label to apply when a pull request is exempt from being marked stale'
|
description: 'The label to apply when a pull request is exempt from being marked stale'
|
||||||
only-labels:
|
only-labels:
|
||||||
description: 'The labels to apply when only specific issues/pull requests to mark as stale'
|
description: 'Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled)' and can be a comma-separated list of labels
|
||||||
default: ''
|
default: ''
|
||||||
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'
|
||||||
|
|
Loading…
Reference in New Issue