mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
feat: remove the days-before-stale option
BREAKING CHANGE: The option days-before-stale was removed
This commit is contained in:
@@ -455,7 +455,8 @@ describe('only-pr-labels option', (): void => {
|
||||
class IssuesProcessorBuilder {
|
||||
private _options: IIssuesProcessorOptions = {
|
||||
...DefaultProcessorOptions,
|
||||
daysBeforeStale: 0
|
||||
daysBeforeIssueStale: 0,
|
||||
daysBeforePrStale: 0
|
||||
};
|
||||
private _issues: Issue[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user