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 3
3
"repositories" : {
4
4
"graphql/graphiql" : {
5
5
"lastCursor" : " b3c42a65160ba4878b5ea87d9e72385889856464 4096" ,
6
- "lastProcessed" : " 2025-09-17T22:12:11.813Z" ,
7
- "status" : " in-progress"
6
+ "lastProcessed" : " 2025-09-17T22:19:23.392Z"
8
7
},
9
8
"graphql/graphql-spec" : {
10
9
"lastCursor" : " 43ae7baced54e37c68676b1ac5902e6223dcb078 650" ,
11
- "lastProcessed" : " 2025-09-17T22:12:10.606Z" ,
12
- "status" : " in-progress"
10
+ "lastProcessed" : " 2025-09-17T22:19:22.172Z"
13
11
},
14
12
"graphql/graphql-wg" : {
15
13
"lastCursor" : " 139d0b9cbe74756974c7e637d85e0283beb36297 2077" ,
16
- "lastProcessed" : " 2025-09-17T22:12:11.054Z" ,
17
- "status" : " in-progress"
14
+ "lastProcessed" : " 2025-09-17T22:19:22.573Z"
18
15
},
19
16
"graphql/graphql-js" : {
20
17
"lastCursor" : " 60ae6c48b9c78332bf3d6036e7d931a3617d0674 3244" ,
21
- "lastProcessed" : " 2025-09-17T22:12:11.387Z" ,
22
- "status" : " in-progress"
18
+ "lastProcessed" : " 2025-09-17T22:19:22.933Z"
23
19
}
24
20
}
25
21
}
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ export async function fetchRepoContributors(
128
128
...state . repositories [ repoSlug ] ,
129
129
...( processedAnyCommits && after && { lastCursor : after } ) ,
130
130
lastProcessed : new Date ( ) . toISOString ( ) ,
131
+ status : undefined ,
131
132
}
132
133
await writeState ( state )
133
134
log ( `Finished processing ${ repoSlug } .` )
You can’t perform that action at this time.
0 commit comments