Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-claude-review-attempt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
steps:
- name: Run Claude Code Review
id: run
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183

Check warning on line 99 in .github/actions/run-claude-review-attempt/action.yml

View workflow job for this annotation

GitHub Actions / lint-yaml

99:84 [comments] too few spaces before comment: expected 2
with:
claude_code_oauth_token: ${{ inputs.claude-code-oauth-token }}
anthropic_api_key: ${{ inputs.anthropic-api-key }}
Expand Down Expand Up @@ -188,7 +188,7 @@
# the prompt below telling the agent to OUTPUT its review rather than
# post it, closes that channel; it also retires the raw-`gh pr
# comment`-republishing class (gha#312/#318/#381), since the agent
# never issues the command there is nothing to republish.
# never issues the command, so there is nothing to republish.
#
# `WebFetch` and `Bash(curl:*)` let the reviewer fetch the rendered
# output a repo's `prompt-addendum` may tell it to check the diff
Expand Down
2 changes: 1 addition & 1 deletion changelog.d/fix-duplicate-review-comments.fixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
review rather than post it -- so the workflow's own "Post review comment"
step (`github-actions[bot]`) is the sole poster. This also retires the
raw-`gh pr comment`-republishing class (#312, #318, #381): with the tool
denied, the agent never issues the command there was nothing to republish.
denied, the agent never issues the command, so there is nothing to republish.
As part of the same change, the prior-review-context fetch and the
older-comment collapse step now match the `github-actions[bot]` author the
workflow actually posts under (they previously matched `claude[bot]` alone,
Expand Down
Loading