[NO-REF] Update Claude PR Review workflow to remove deprecated arguments#182
[NO-REF] Update Claude PR Review workflow to remove deprecated arguments#182
Conversation
Code Review SummaryThis is a minimal, focused maintenance PR that removes two deprecated arguments ( Detailed Feedback
ConclusionThe change is correct, minimal, and low-risk. The workflow file is left in a clean and valid state. Approved pending the minor description clarification above. |
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 shared workflow interface by removing deprecated inputs, preventing workflow failures and ensuring inline reviews work as intended.
Changes:
- Removed the deprecated
hide_previous_commentsworkflow input from the reusable workflow invocation.
💡 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: