mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Fetch all staff in get-preview-channel-changes script (#37940)
Release Notes: - N/A
This commit is contained in:
parent
a94b0931c7
commit
2c29eac29f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue