fix: fix: review-poll.sh still uses tmux for session cleanup and injection (#11) #18

Merged
dev-bot merged 2 commits from fix/issue-11 into main 2026-03-28 15:14:02 +00:00
Showing only changes of commit d485d5e005 - Show all commits

View file

@ -139,7 +139,6 @@ fi
while IFS= read -r line; do
PR_NUM=$(echo "$line" | awk '{print $1}')
PR_SHA=$(echo "$line" | awk '{print $2}')
PR_BRANCH=$(echo "$line" | awk '{print $3}')
CI_STATE=$(ci_commit_status "$PR_SHA")