Skip to content

fix: add missing closing double-quote in daily-triage.sh - #39

Merged
shira022 merged 1 commit into
mainfrom
fix/unclosed-quote-daily-triage
Aug 3, 2026
Merged

fix: add missing closing double-quote in daily-triage.sh#39
shira022 merged 1 commit into
mainfrom
fix/unclosed-quote-daily-triage

Conversation

@shira022

Copy link
Copy Markdown
Owner

Description

Fixes a bash syntax error in scripts/daily-triage.sh that has been causing the scheduled Agent Harness workflow to fail daily.

Root Cause

Line 67 of scripts/daily-triage.sh:

" >> "$REPORT

It was missing the closing double-quote — should be:

" >> "$REPORT"

Impact

  • The scheduled daily triage workflow has been failing with exit code 2 (bash syntax error) on July 23 and July 24
  • No triage reports were generated
  • STATE.md was never updated

Fix

Added the missing " at the end of the line.

Fixes #38

@github-actions

Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@shira022 shira022 added the bug Something isn't working label Jul 26, 2026
The line '"' >> "$REPORT' was missing its closing double-quote,
causing the Agent Harness scheduled workflow to fail with a bash
syntax error (exit code 2) on every scheduled run since the bug
was introduced.

Fixes #38
@shira022
shira022 force-pushed the fix/unclosed-quote-daily-triage branch from e0a3b36 to 251d2e3 Compare July 28, 2026 00:24
@shira022

Copy link
Copy Markdown
Owner Author

🔄 Updated branch: Rebased onto latest main to resolve the merge-behind status.

Waiting for review: This PR fixes the daily CI failure (Agent Harness) that has been failing since July 23. All previous CI checks passed. Branch protection requires an approving review from someone with write access before merging.

cc @shira022 — please review and approve when possible.

@shira022
shira022 merged commit a944715 into main Aug 3, 2026
6 checks passed
shira022 added a commit that referenced this pull request Aug 3, 2026
The line '"' >> "$REPORT' was missing its closing double-quote,
causing the Agent Harness scheduled workflow to fail with a bash
syntax error (exit code 2) on every scheduled run since the bug
was introduced.

Fixes #38

Co-authored-by: shira022 <shira@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: daily-triage.sh has unclosed double-quote causing CI failure

2 participants