From 260bdbbd6b2f308b6a35dd699d5c69ab4d361b73 Mon Sep 17 00:00:00 2001 From: Zhongxiang Wang Date: Wed, 6 Jul 2022 14:28:59 +0800 Subject: [PATCH] fix(options): add missing `close-issue-reason` option --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 73b883bcc..a8270218b 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'