[NO-REF] Update Claude PR Review workflow to remove deprecated arguments#439
[NO-REF] Update Claude PR Review workflow to remove deprecated arguments#439
Conversation
Code Review: [NO-REF] Update Claude PR Review workflow to remove deprecated argumentsFiles Reviewed: 1 file, +0/-2 lines P1 Critical Issues (0 found)None. P2 Important Issues (0 found)None. P3 Suggestions (0 found)None. StrengthsThis is a clean, minimal maintenance change that removes two deprecated workflow arguments ( The resulting workflow file is concise and correct: jobs:
review:
uses: Constructor-io/shared-claude-code-resources-public/.github/workflows/claude-code-review.yml@main
secrets: inheritOverall Assessment: APPROVED No issues found. This is a straightforward housekeeping change aligned with the upstream workflow update. |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s “Claude PR Review” GitHub Actions workflow to align with the newer reusable workflow version by removing deprecated inputs that were causing failures.
Changes:
- Removed the deprecated
hide_previous_commentsinput from theclaude-review.ymlreusable workflow invocation. - Eliminated the now-unneeded
with:block in the workflow job.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| review: | ||
| uses: Constructor-io/shared-claude-code-resources-public/.github/workflows/claude-code-review.yml@main | ||
| with: | ||
| hide_previous_comments: true | ||
| secrets: inherit |
PR Description
This PR adds the following changes:
hide_previous_commentsinline_comments💡 note: We recently switched to a new version of the "Claude PR Review" workflow that does inline comments by default, in order to improve the code review process. Please refer to this PR for more context: https://github.com/Constructor-io/shared-claude-code-resources/pull/39
🕹 Demo
Once this is merged you should see that the "Claude PR Review" workflow no longer failing, and giving you inline reviews.
You'll also see a short summary in the code review body, with all discussions extracted as inline comments in the code.
Example: