Commit c4a03f48 by Marcus Efraimsson Committed by Torkel Ödegaard

Build: Fix correct sort order of merged pr's in cherrypick task (#19379)

parent 6be4a67a
......@@ -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',
},
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment