mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Build: Fix correct sort order of merged pr's in cherrypick task (#19379)
This commit is contained in:
parent
6be4a67a97
commit
c4a03f482c
@ -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',
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user