File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
scripts/sync-landing-schema Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 } .` )
You can’t perform that action at this time.
0 commit comments