From 0c40e1d888b93e44389c3049edca067833352888 Mon Sep 17 00:00:00 2001 From: Gloire Rubambiza Date: Thu, 23 Jul 2026 16:51:48 -0400 Subject: [PATCH] fix: Point pr-review-scanner at rossoctl repo names gh pr list --repo follows org renames for bare listing but SILENTLY drops results when combined with --label (and --author) filters. The scanner's hardcoded kagenti/* REPOS array therefore matched zero labeled PRs after the rename, so ready-for-ai-review PRs were skipped without any error. Point REPOS at the canonical rossoctl/* names (kagenti->rossoctl, kagenti-extensions->cortex) so the label query resolves again. Verified: a labeled PR that returned 0 under the old names is now found and marked eligible. Minimal interim fix; the full allowlist-driven enumeration lands in a later change. Part of #32. Assisted-By: Claude Code (Anthropic AI) Signed-off-by: Gloire Rubambiza --- scripts/pr-review-scanner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pr-review-scanner.sh b/scripts/pr-review-scanner.sh index 1df361d..44eaa07 100755 --- a/scripts/pr-review-scanner.sh +++ b/scripts/pr-review-scanner.sh @@ -13,7 +13,7 @@ source "$SCRIPT_DIR/program-lib.sh" # --- Configuration --- BOT_USER="clawgenti" -REPOS=("kagenti/kagenti" "kagenti/kagenti-extensions" "kagenti/automation" "kagenti/agent-skills") +REPOS=("rossoctl/rossoctl" "rossoctl/cortex" "rossoctl/automation" "rossoctl/agent-skills") LABEL="ready-for-ai-review" REVIEW_MARKER="