Skip to content

Commit 1e75212

Browse files
maxdeviantnoaccOS
authored andcommitted
collab: Seed GitHub users from static data (zed-industries#18301)
This PR updates the collab seed script to seed the GitHub users from a set of static data. This removes the need to hit the GitHub API to retrieve these users. Release Notes: - N/A
1 parent 8028f47 commit 1e75212

File tree

4 files changed

+630
-67
lines changed

4 files changed

+630
-67
lines changed

crates/collab/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ To use a different set of admin users, create `crates/collab/seed.json`.
2323
```json
2424
{
2525
"admins": ["yourgithubhere"],
26-
"channels": ["zed"],
27-
"number_of_users": 20
26+
"channels": ["zed"]
2827
}
2928
```
3029

crates/collab/seed.default.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"JosephTLyons",
99
"rgbkrk"
1010
],
11-
"channels": ["zed"],
12-
"number_of_users": 100
11+
"channels": ["zed"]
1312
}

0 commit comments

Comments
 (0)