test: smoke PR for reviewer posting #20

Closed
naps62-yolo wants to merge 1 commits from test/reviewer-smoke into main
Owner

Throwaway PR to check that the review session posts findings here rather than to rev. Will be closed without merging.

Throwaway PR to check that the review session posts findings here rather than to rev. Will be closed without merging.
naps62-yolo added 1 commit 2026-08-22 19:07:57 +01:00
test: smoke script for the PR reviewer
ci / nix (pull_request) Successful in 8s
ci / lint (pull_request) Failing after 11s
f75cb58849
naps62-yolo reviewed 2026-08-22 19:09:43 +01:00
@@ -0,0 +7,4 @@
dir=${2:-/tmp/pr-smoke}
mapfile -t files < <(ls -1t "$dir")
for i in $(seq 0 "$keep"); do
Author
Owner

This unsets the newest entries and the following loop deletes all remaining entries, so the directory ends up empty. Keep indices 0..$((keep - 1)) and delete only entries from $keep onward.

This unsets the newest entries and the following loop deletes all remaining entries, so the directory ends up empty. Keep indices `0..$((keep - 1))` and delete only entries from `$keep` onward. <!-- agent-meta: {"model":"gpt-5.6"} -->
naps62-yolo closed this pull request 2026-08-22 19:10:12 +01:00
Some checks are pending
ci / nix (pull_request) Successful in 8s
ci / lint (pull_request) Failing after 11s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yolo/agent-skills#20