Compare commits

...

1 Commits

Author SHA1 Message Date
Robin Newhouse 2a5a844160 fix: use 'cline task --yolo' instead of 'cline --yolo' in PR review workflow
The CLI's stdin detection (added in PR #9073) incorrectly detects GitHub Actions' empty
FIFO stdin as piped input. Using 'cline task --yolo' bypasses stdin detection entirely.

Changes:
- Use 'cline task --yolo' instead of 'cline --yolo'
2026-02-05 10:52:46 -08:00
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
]
}
run: |
npx cline --yolo 'You'\''re a GitHub PR reviewer for the open source Cline repository. Your goal is to give the PR author helpful feedback and give maintainers the context they need to review efficiently.
npx cline task --yolo 'You'\''re a GitHub PR reviewer for the open source Cline repository. Your goal is to give the PR author helpful feedback and give maintainers the context they need to review efficiently.
PR: #'"${PR_NUMBER}"'