diff --git a/.gitea/workflows/scripts/publish.sh b/.gitea/workflows/scripts/publish.sh index 4e6b8e2..07a03ee 100755 --- a/.gitea/workflows/scripts/publish.sh +++ b/.gitea/workflows/scripts/publish.sh @@ -121,7 +121,6 @@ if [ "$MODE" != "pr" ]; then else n=$((prior + 1)) trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)." - fi elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then [ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN" diff --git a/.gitea/workflows/scripts/run-agent.sh b/.gitea/workflows/scripts/run-agent.sh index 6c5f3e4..263cfb2 100755 --- a/.gitea/workflows/scripts/run-agent.sh +++ b/.gitea/workflows/scripts/run-agent.sh @@ -88,7 +88,7 @@ if [ "$MODE" = "comment" ]; then what to change (file, label, value, hostname, …), THEN end with the BOUNCE line naming who fixes it (@junior / @senior / @lead / @intern — usually whoever built it). The automation sends the PR back and re-verifies with you. After 3 rounds it stops and hands to @ffaerber — so list ALL problems at - once, not one at a time. + once, not one at a time. - 'HALT' — the problem is NOT something a dev can fix (the request is ambiguous / needs a human decision). Hands back to @ffaerber. Emit AT MOST one marker, and only after you have actually verified."