fixup: remove stray leading spaces in run-agent.sh prompts and blank line in publish.sh
This commit is contained in:
@@ -121,7 +121,6 @@ if [ "$MODE" != "pr" ]; then
|
|||||||
else
|
else
|
||||||
n=$((prior + 1))
|
n=$((prior + 1))
|
||||||
trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)."
|
trig "$dest" "@${dev:-junior} please address my review above and update PR #${PRN:-?} (fix attempt $n/3)."
|
||||||
|
|
||||||
fi
|
fi
|
||||||
elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then
|
elif grep -qiE '^[[:space:]]*HALT([_ ]AUTOPILOT)?[[:space:]]*$' /tmp/agent_out.md; then
|
||||||
[ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN"
|
[ "$AUTOPILOT" = "true" ] && del_autopilot_label "$ISSN"
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ if [ "$MODE" = "comment" ]; then
|
|||||||
what to change (file, label, value, hostname, …), THEN end with the BOUNCE line naming who fixes
|
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
|
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
|
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
|
- 'HALT' — the problem is NOT something a dev can fix (the request is ambiguous / needs a human
|
||||||
decision). Hands back to @ffaerber.
|
decision). Hands back to @ffaerber.
|
||||||
Emit AT MOST one marker, and only after you have actually verified."
|
Emit AT MOST one marker, and only after you have actually verified."
|
||||||
|
|||||||
Reference in New Issue
Block a user