From aaab997ccea19e4bbf31972dde2a627199681ea4 Mon Sep 17 00:00:00 2001 From: Zhongxiang Wang Date: Tue, 12 Jul 2022 01:49:18 +0800 Subject: [PATCH] fix(options): add missing `close-issue-reason` option (#772) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 73b883bc..a8270218 100644 --- a/action.yml +++ b/action.yml @@ -49,6 +49,10 @@ inputs: description: 'The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2").' default: '' required: false + close-issue-reason: + description: 'The reason to use when closing an issue.' + default: '' + required: false stale-pr-label: description: 'The label to apply when a pull request is stale.' default: 'Stale'