fix(#2458): guard GITHUB_WORKSPACE in post-triage.sh for local execution - #2459
Conversation
Apply ${GITHUB_WORKSPACE:-/tmp} fallback to the prerequisites handler
(lines 133, 136) so post-triage.sh no longer crashes under set -u when
run locally without GitHub Actions env vars. This matches the guard
pattern already applied to pre-fetch-prior-review.sh and pre-code.sh
in PR #2456.
Audited all other harness scripts — no remaining unguarded references.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
Site previewPreview: https://abad8b49-site.fullsend-ai.workers.dev Commit: |
|
🤖 Finished Review · ✅ Success · Started 12:06 PM UTC · Completed 12:15 PM UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks good to me Labels: PR fixes a bug in harness post-triage script. |
|
🤖 Finished Retro · ✅ Success · Started 6:37 AM UTC · Completed 6:42 AM UTC |
Retro: PR #2459 — guard GITHUB_WORKSPACE in post-triage.shVerdict: Clean workflow, no proposals. This PR exemplifies the fullsend pipeline working as designed:
Key observations:
No improvement proposals warranted. |
…-github-workspace-post-triage fix(fullsend-ai#2458): guard GITHUB_WORKSPACE in post-triage.sh for local execution
Apply ${GITHUB_WORKSPACE:-/tmp} fallback to the prerequisites handler (lines 133, 136) so post-triage.sh no longer crashes under set -u when run locally without GitHub Actions env vars. This matches the guard pattern already applied to pre-fetch-prior-review.sh and pre-code.sh in PR #2456.
Audited all other harness scripts — no remaining unguarded references.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Closes #2458
Post-script verification
agent/2458-guard-github-workspace-post-triage)97a6e2440a512c23b7af7222f1fbbb1a94fba619..HEAD)