mirror of
https://github.com/actions/stale.git
synced 2025-12-11 04:32:53 +00:00
@@ -44,7 +44,8 @@ const DefaultProcessorOptions: IssueProcessorOptions = {
|
||||
onlyLabels: '',
|
||||
operationsPerRun: 100,
|
||||
debugOnly: true,
|
||||
removeStaleWhenUpdated: false
|
||||
removeStaleWhenUpdated: false,
|
||||
ascending: false
|
||||
};
|
||||
|
||||
test('empty issue list results in 1 operation', async () => {
|
||||
|
||||
Reference in New Issue
Block a user