From 2c29eac29fdb073f3ea56cfd68007aa0db29b0b9 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 10 Sep 2025 16:05:51 -0400 Subject: [PATCH] Fetch all staff in get-preview-channel-changes script (#37940) Release Notes: - N/A --- script/get-preview-channel-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/get-preview-channel-changes b/script/get-preview-channel-changes index 14cd80f1550aec9784d3a24f89f577adc275632f..d1ca705736cccb9fc8a28cd19850a56ca88de88f 100755 --- a/script/get-preview-channel-changes +++ b/script/get-preview-channel-changes @@ -24,7 +24,7 @@ async function main() { const STAFF_MEMBERS = new Set( ( await ( - await fetch("https://api.github.com/orgs/zed-industries/teams/staff/members", { + await fetch("https://api.github.com/orgs/zed-industries/teams/staff/members?per_page=100", { headers: { Authorization: `token ${GITHUB_ACCESS_TOKEN}`, Accept: "application/vnd.github+json",