feat: Add larger pagination to octokit-wrapper

This commit is contained in:
Thomas A. Christensen II 2024-01-25 19:04:30 -06:00
parent d52c98d592
commit 251e9bd445

View file

@ -4,7 +4,7 @@ import { throttling } from "@octokit/plugin-throttling"
import { nextflow_release, NextflowRelease } from "./nextflow-release"
const NEXTFLOW_REPO = { owner: "nextflow-io", repo: "nextflow" }
const NEXTFLOW_REPO = { owner: "nextflow-io", repo: "nextflow", per_page: 100 }
export async function setup_octokit(
github_token: string,