Skip to content

Commit

Permalink
Build: Fix correct sort order of merged pr's in cherrypick task (graf…
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr authored and torkelo committed Sep 25, 2019
1 parent 6be4a67 commit c4a03f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/grafana-toolkit/src/cli/tasks/cherrypick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ const cherryPickRunner: TaskRunner<CherryPickOptions> = async () => {
const res = await client.get('/issues', {
params: {
state: 'closed',
per_page: 100,
labels: 'cherry-pick needed',
sort: 'closed',
direction: 'asc',
},
});

Expand Down

0 comments on commit c4a03f4

Please sign in to comment.