mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
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:
@@ -26,7 +26,7 @@ inputs:
|
||||
exempt-pr-label:
|
||||
description: 'The label to apply when a pull request is exempt from being marked stale'
|
||||
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: ''
|
||||
operations-per-run:
|
||||
description: 'The maximum number of operations per run, used to control rate limiting'
|
||||
|
||||
Reference in New Issue
Block a user