sort issues by update instead of creation date
This commit is contained in:
parent
3f3b0175e8
commit
7dcfdab37a
|
@ -571,6 +571,7 @@ export class IssuesProcessor {
|
|||
state: 'open',
|
||||
per_page: 100,
|
||||
direction: this.options.ascending ? 'asc' : 'desc',
|
||||
sort: 'updated',
|
||||
page
|
||||
});
|
||||
this.statistics?.incrementFetchedItemsCount(issueResult.data.length);
|
||||
|
|
Loading…
Reference in New Issue