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 20:05:51 +00:00
committed by GitHub
parent a94b0931c7
commit 2c29eac29f
+1 -1
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",