2 Commits

Author SHA1 Message Date
code-server 1b920d7299 fix: prevent branch collision in test-pr.sh
Use + refspec to force update pr-N branch on re-run. Prevents
'already exists' error when testing the same PR multiple times.

Addresses review feedback from PR #32.
2026-03-09 12:20:25 +01:00
code-server 4b3c42ad5c Add PR testing helper script
Build Nanobot OAuth / build (pull_request) Successful in 6m37s
Build Nanobot OAuth / cleanup (pull_request) Has been skipped
Creates test-pr.sh to streamline PR testing workflow:
- Fetches PR from wylab remote
- Checks out PR branch
- Installs in editable mode with uv
- Runs test with staging config
- Uses NANOBOT_CONFIG to isolate from production

Usage: ./test-pr.sh <pr-number> [test-message]

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-09 10:44:02 +01:00