Fetch all staff in get-preview-channel-changes script (#37940)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-09-10 16:05:51 -04:00 committed by GitHub
parent a94b0931c7
commit 2c29eac29f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",