From 78921b6863c95655e505fda2d5ca3871da51f0cc Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Thu, 16 Apr 2020 14:05:24 -0400 Subject: [PATCH] one more fix to the actions yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3e93850d..0ea0f8ac 100644 --- a/action.yml +++ b/action.yml @@ -19,13 +19,13 @@ inputs: description: 'The label to apply when an issue is stale.' default: 'Stale' exempt-issue-labels: - description: 'The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. label1,label2)' + description: 'The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")' default: '' stale-pr-label: description: 'The label to apply when a pull request is stale.' default: 'Stale' exempt-pr-labels: - description: 'The labels to apply when a pull request is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")'' + description: 'The labels to apply when a pull request is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")' default: '' 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.'