Skip to content

Commit 7b682f5

Browse files
[bot] Automatically pull latest data from IDOL backend (#1131)
## Diffs ```diff --- existing.json 2026-02-17 02:06:56.118594539 +0000 +++ src/app/team/data/all-members.json 2026-02-17 02:06:56.118594539 +0000 @@ -1629 +1628,0 @@ - "github": null, @@ -1639 +1638,2 @@ - "linkedin": null + "linkedin": null, + "github": "https://github.com/gselina" ``` ## Summary This is a PR auto-generated from `yarn workspace new-dti-website run pull-from-idol`. It updates the members JSON with latest **approved** data from IDOL backend. Please review it carefully again to ensure nothing bad is here. ## Test Plan 👀
1 parent cf9c2e0 commit 7b682f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

new-dti-website-redesign/src/app/team/data/all-members.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,6 @@
16261626
"netid": "sg2626",
16271627
"roleDescription": "Developer",
16281628
"college": "eng",
1629-
"github": null,
16301629
"hometown": "San Jose",
16311630
"website": null,
16321631
"minor": null,
@@ -1636,7 +1635,8 @@
16361635
"coffeeChatLink": null,
16371636
"about": "Hii I'm a freshman planning to major in CS and I'm a dev on CornellGO!",
16381637
"pronouns": "she/her",
1639-
"linkedin": null
1638+
"linkedin": null,
1639+
"github": "https://github.com/gselina"
16401640
},
16411641
{
16421642
"doubleMajor": null,

0 commit comments

Comments
 (0)