Allow ordering (#97)

* allow ordering of issue lookup
This commit is contained in:
Andy McKay
2020-06-23 10:55:24 -07:00
committed by GitHub
parent d7468118d7
commit e169e4e149
5 changed files with 13 additions and 4 deletions

View File

@@ -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 () => {