Skip to content

Commit aaab997

Browse files
authored
fix(options): add missing close-issue-reason option (#772)
1 parent 136efb5 commit aaab997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ inputs:
4949
description: 'The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2").'
5050
default: ''
5151
required: false
52+
close-issue-reason:
53+
description: 'The reason to use when closing an issue.'
54+
default: ''
55+
required: false
5256
stale-pr-label:
5357
description: 'The label to apply when a pull request is stale.'
5458
default: 'Stale'

0 commit comments

Comments
 (0)