Skip to content

Commit 5f4e232

Browse files
committed
wip
1 parent ddec766 commit 5f4e232

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

scripts/sync-landing-schema/.sync-state.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@
33
"repositories": {
44
"graphql/graphiql": {
55
"lastCursor": "b3c42a65160ba4878b5ea87d9e72385889856464 4096",
6-
"lastProcessed": "2025-09-17T22:12:11.813Z",
7-
"status": "in-progress"
6+
"lastProcessed": "2025-09-17T22:19:23.392Z"
87
},
98
"graphql/graphql-spec": {
109
"lastCursor": "43ae7baced54e37c68676b1ac5902e6223dcb078 650",
11-
"lastProcessed": "2025-09-17T22:12:10.606Z",
12-
"status": "in-progress"
10+
"lastProcessed": "2025-09-17T22:19:22.172Z"
1311
},
1412
"graphql/graphql-wg": {
1513
"lastCursor": "139d0b9cbe74756974c7e637d85e0283beb36297 2077",
16-
"lastProcessed": "2025-09-17T22:12:11.054Z",
17-
"status": "in-progress"
14+
"lastProcessed": "2025-09-17T22:19:22.573Z"
1815
},
1916
"graphql/graphql-js": {
2017
"lastCursor": "60ae6c48b9c78332bf3d6036e7d931a3617d0674 3244",
21-
"lastProcessed": "2025-09-17T22:12:11.387Z",
22-
"status": "in-progress"
18+
"lastProcessed": "2025-09-17T22:19:22.933Z"
2319
}
2420
}
2521
}

scripts/sync-landing-schema/src/fetch-repo-contributors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export async function fetchRepoContributors(
128128
...state.repositories[repoSlug],
129129
...(processedAnyCommits && after && { lastCursor: after }),
130130
lastProcessed: new Date().toISOString(),
131+
status: undefined,
131132
}
132133
await writeState(state)
133134
log(`Finished processing ${repoSlug}.`)

0 commit comments

Comments
 (0)