fix(options): add missing `close-issue-reason` option (#772)
This commit is contained in:
parent
136efb520f
commit
aaab997cce
|
@ -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").'
|
description: 'The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2").'
|
||||||
default: ''
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
|
close-issue-reason:
|
||||||
|
description: 'The reason to use when closing an issue.'
|
||||||
|
default: ''
|
||||||
|
required: false
|
||||||
stale-pr-label:
|
stale-pr-label:
|
||||||
description: 'The label to apply when a pull request is stale.'
|
description: 'The label to apply when a pull request is stale.'
|
||||||
default: 'Stale'
|
default: 'Stale'
|
||||||
|
|
Loading…
Reference in New Issue