Skip to content

Commit 607d078

Browse files
sort issues by update instead of creation date
1 parent 3f3b017 commit 607d078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/classes/issues-processor.ts

+1
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ export class IssuesProcessor {
571571
state: 'open',
572572
per_page: 100,
573573
direction: this.options.ascending ? 'asc' : 'desc',
574+
sort: 'updated',
574575
page
575576
});
576577
this.statistics?.incrementFetchedItemsCount(issueResult.data.length);

0 commit comments

Comments
 (0)