From 7ba95148aced38cb3c37a6dbcd109a0f8b45b4aa Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 14 Apr 2020 11:44:58 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 63e352ea..e1e6e36c 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: '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.' + 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.'