Checked-out head #4
Reference in New Issue
Block a user
Delete Branch "checkout-head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
action.ymlrunsactions/checkout@v4first,fetch-depth: 0, authenticated withauthor-token, so the agent starts on the event's commit (the PR head) with full history and can push as the author. The prompt says so, tells the agent to read and run the code there, and makes a failing project check at least Important in a review.The prompt also insists the final response is the review text verbatim with the verdict as its first line: on lead/memona#936 the agent relayed its reviewer subagent with a narration line first, so the fail-closed lookup posted a COMMENT instead of REQUEST_CHANGES.
Verified:
deno fmt --check,deno lint,deno check run.ts.