Skip to content

Commit

Permalink
sort issues by update instead of creation date
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed May 24, 2024
1 parent 3f3b017 commit 7dcfdab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/issues-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7dcfdab

Please sign in to comment.