mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-30 22:26:42 +00:00
feat(ci): sort by oldest updated and bump MAX_ISSUES to 100
This commit is contained in:
@@ -39,7 +39,7 @@ async function paginate(url, max) {
|
||||
console.log(`Fetching up to ${maxIssues} open issues from ${repo}...`);
|
||||
|
||||
const issues = await paginate(
|
||||
`https://api.github.com/repos/${repo}/issues?state=open&sort=updated&direction=desc`,
|
||||
`https://api.github.com/repos/${repo}/issues?state=open&sort=updated&direction=asc`,
|
||||
maxIssues
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user