Skip to content

Commit 88d22c9

Browse files
chore: update migration state after batch processing
1 parent bcf010e commit 88d22c9

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

state/migration-state.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7714,23 +7714,29 @@
77147714
},
77157715
"beta-botAdmin": {
77167716
"name": "beta-botAdmin",
7717-
"status": "pending",
7718-
"attemptCount": 0,
7717+
"status": "completed",
7718+
"githubPushedAt": "2026-06-05T13:59:44Z",
7719+
"attemptCount": 1,
77197720
"phases": {
7720-
"apiMigration": false,
7721-
"branchSync": false
7721+
"apiMigration": true,
7722+
"branchSync": true
77227723
},
7723-
"githubPushedAt": "2026-06-05T13:59:44Z"
7724+
"lastAttempt": "2026-06-07T05:22:07.522Z",
7725+
"completedAt": "2026-06-07T05:22:13.284Z",
7726+
"lastSyncedAt": "2026-06-07T05:22:13.284Z"
77247727
},
77257728
"anssi-recommandations-cyber-mcp": {
77267729
"name": "anssi-recommandations-cyber-mcp",
7727-
"status": "pending",
7728-
"attemptCount": 0,
7730+
"status": "completed",
7731+
"githubPushedAt": "2026-06-05T14:17:56Z",
7732+
"attemptCount": 1,
77297733
"phases": {
7730-
"apiMigration": false,
7731-
"branchSync": false
7734+
"apiMigration": true,
7735+
"branchSync": true
77327736
},
7733-
"githubPushedAt": "2026-06-05T14:17:56Z"
7737+
"lastAttempt": "2026-06-07T05:22:13.617Z",
7738+
"completedAt": "2026-06-07T05:22:17.725Z",
7739+
"lastSyncedAt": "2026-06-07T05:22:17.725Z"
77347740
}
77357741
}
77367742
}

0 commit comments

Comments
 (0)