From 29c3838f9aa118951e9b359f6276c975a36fdb02 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Thu, 16 Apr 2020 14:03:58 -0400 Subject: [PATCH] Fix parsing issues with action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e05cf23b..3e93850d 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ 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.'