Add support for adding close label (#135)

This commit is contained in:
Daniel Jankowski
2020-09-08 21:32:42 +02:00
committed by GitHub
parent 23eab295e2
commit 13b324e4b2
5 changed files with 3159 additions and 3115 deletions

View File

@@ -40,8 +40,10 @@ const DefaultProcessorOptions: IssueProcessorOptions = Object.freeze({
daysBeforeStale: 1,
daysBeforeClose: 30,
staleIssueLabel: 'Stale',
closeIssueLabel: '',
exemptIssueLabels: '',
stalePrLabel: 'Stale',
closePrLabel: '',
exemptPrLabels: '',
onlyLabels: '',
operationsPerRun: 100,