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:
Ross Brodbeck 2020-04-13 07:17:15 -04:00 committed by GitHub
parent 8588c16319
commit 54897a34f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'