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',
|
state: 'open',
|
||||||
per_page: 100,
|
per_page: 100,
|
||||||
direction: this.options.ascending ? 'asc' : 'desc',
|
direction: this.options.ascending ? 'asc' : 'desc',
|
||||||
|
sort: 'updated',
|
||||||
page
|
page
|
||||||
});
|
});
|
||||||
this.statistics?.incrementFetchedItemsCount(issueResult.data.length);
|
this.statistics?.incrementFetchedItemsCount(issueResult.data.length);
|
||||||
|
|
Loading…
Reference in New Issue