@jonit-dev/night-watch-cli 1.8.12-beta.6 → 1.8.12-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -281,9 +281,9 @@ while IFS= read -r pr_json; do
|
|
|
281
281
|
log "INFO: PR #${pr_number}: Rebase successful"
|
|
282
282
|
|
|
283
283
|
# Poll CI until all checks complete after rebase (up to 5 minutes)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
284
|
+
ci_max_wait=300
|
|
285
|
+
ci_waited=0
|
|
286
|
+
ci_poll=15
|
|
287
287
|
while [ "${ci_waited}" -lt "${ci_max_wait}" ]; do
|
|
288
288
|
sleep "${ci_poll}"
|
|
289
289
|
ci_waited=$((ci_waited + ci_poll))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jonit-dev/night-watch-cli",
|
|
3
|
-
"version": "1.8.12-beta.
|
|
3
|
+
"version": "1.8.12-beta.7",
|
|
4
4
|
"description": "AI agent that implements your specs, opens PRs, and reviews code overnight. Queue GitHub issues or PRDs, wake up to pull requests.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|