diff --git a/.github/issue-resolution/scripts/fetch-candidates.mjs b/.github/issue-resolution/scripts/fetch-candidates.mjs index 395e6f49a..882bb525f 100644 --- a/.github/issue-resolution/scripts/fetch-candidates.mjs +++ b/.github/issue-resolution/scripts/fetch-candidates.mjs @@ -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 ); diff --git a/.github/workflows/issue-resolution-triage.yml b/.github/workflows/issue-resolution-triage.yml index f60d6d170..4aa0a1b31 100644 --- a/.github/workflows/issue-resolution-triage.yml +++ b/.github/workflows/issue-resolution-triage.yml @@ -30,7 +30,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PROJECT_PAT: ${{ secrets.PROJECT_PAT }} DRY_RUN: "true" - MAX_ISSUES: "10" + MAX_ISSUES: "100" REPO: ${{ github.repository }} PROJECT_ID: "PVT_kwDOBfz4Jc4BVeWR" PROJECT_STATUS_FIELD_ID: "PVTSSF_lADOBfz4Jc4BVeWRzhQ56sU"