feat: remove the days-before-stale option

BREAKING CHANGE:
The option days-before-stale was removed
This commit is contained in:
TESTELIN Geoffrey
2021-10-08 21:06:12 +02:00
parent 6299c36a0d
commit bab816b473
13 changed files with 94 additions and 150 deletions

View File

@@ -455,7 +455,8 @@ describe('any-of-pr-labels option', (): void => {
class IssuesProcessorBuilder {
private _options: IIssuesProcessorOptions = {
...DefaultProcessorOptions,
daysBeforeStale: 0
daysBeforeIssueStale: 0,
daysBeforePrStale: 0
};
private _issues: Issue[] = [];