From 54897a34f9d1deaca7a8289331d1babce695a645 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Mon, 13 Apr 2020 07:17:15 -0400 Subject: [PATCH] Fix labelsOnly description so it is easier to understand Co-Authored-By: Stephan Miehe <49914758+stephanmiehe@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c174b97d..9b271a2d 100644 --- a/action.yml +++ b/action.yml @@ -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'