mirror of
https://github.com/actions/stale.git
synced 2026-01-03 13:58:18 +00:00
Add close-issue-reason option (#764)
* Add close-as-not-planned option * update readme * add to Option enum * improve wording * npm run pack * updates from review * fix tests and improve error message * fix readme order
This commit is contained in:
committed by
GitHub
parent
29e800e1c8
commit
06d2a3904b
@@ -46,5 +46,6 @@ export enum Option {
|
||||
IgnoreUpdates = 'ignore-updates',
|
||||
IgnoreIssueUpdates = 'ignore-issue-updates',
|
||||
IgnorePrUpdates = 'ignore-pr-updates',
|
||||
ExemptDraftPr = 'exempt-draft-pr'
|
||||
ExemptDraftPr = 'exempt-draft-pr',
|
||||
CloseIssueReason = 'close-issue-reason'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user