Skip to content

fix: clarify two misleading script messages#856

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
fix/issue-855-misleading-messages-deddbe92fc3121ed
Draft

fix: clarify two misleading script messages#856
github-actions[bot] wants to merge 2 commits intomainfrom
fix/issue-855-misleading-messages-deddbe92fc3121ed

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 1, 2026

Summary

This PR resolves #855 by updating two user-facing script messages that could mislead readers.

Changes

  • scripts/trigger-ci-workflows.sh
    • Changed summary text from "Dispatched ..." to "Attempted to dispatch ..." so output no longer implies every dispatch succeeded when per-workflow failures may have occurred.
  • claude-workflows/pr-review/scripts/pr-diff.sh
    • Clarified the single-file error message to indicate either the file is not in the PR diff or patch data is unavailable (binary/too large).

Validation

  • make lint
  • make test ✅ (run with UV_CACHE_DIR=/tmp/gh-aw/agent/uv-cache and uv from a temporary virtualenv due runner environment constraints)

Closes #855.


What is this? | From workflow: Trigger Text Auditor

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

github-actions bot and others added 2 commits April 1, 2026 13:58
- use 'Attempted to dispatch' in trigger-ci-workflows summary

- clarify pr-diff error when patch is unavailable

Closes #855

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added the small_boom Small PR blast radius; usually low human-review need label Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

small_boom Small PR blast radius; usually low human-review need

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[text-auditor] Fix two misleading PR/dispatch user-facing script messages

0 participants