Skip to content

Add Claude Code review action#236

Merged
simonmarty merged 1 commit into
aws:mainfrom
simonmarty:main
Jul 7, 2026
Merged

Add Claude Code review action#236
simonmarty merged 1 commit into
aws:mainfrom
simonmarty:main

Conversation

@simonmarty

@simonmarty simonmarty commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description

Why is this change being made?

  1. Add a workflow to run claude code review on pull requests

What is changing?

1.Lifted the example workflow from https://github.com/anthropics/claude-code-action/blob/main/docs/solutions.md#enhanced-example-with-progress-tracking
2. Set it up to use Bedrock
3. Added an environment check to require manual approval to invoke the model

Related Links

  • Issue #, if available:

Testing

How was this tested?

  1. Already in use on the CSI Driver Provider repo https://github.com/aws/secrets-store-csi-driver-provider-aws/blob/main/.github/workflows/code-review.yml

When testing locally, provide testing artifact(s):


Reviewee Checklist

Update the checklist after submitting the PR

  • I have reviewed, tested and understand all changes
    If not, why:
  • I have filled out the Description and Testing sections above
    If not, why:
  • Build and Unit tests are passing
    If not, why:
  • Unit test coverage check is passing
    If not, why:
  • Integration tests pass locally
    If not, why:
  • I have updated integration tests (if needed)
    If not, why:
  • I have ensured no sensitive information is leaking (i.e., no logging of sensitive fields, or otherwise)
    If not, why:
  • I have added explanatory comments for complex logic, new classes/methods and new tests
    If not, why:
  • I have updated README/documentation (if needed)
    If not, why:
  • I have clearly called out breaking changes (if any)
    If not, why:

Reviewer Checklist

All reviewers please ensure the following are true before reviewing:

  • Reviewee checklist has been accurately filled out
  • Code changes align with stated purpose in description
  • Test coverage adequately validates the changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@simonmarty simonmarty requested a review from a team as a code owner July 7, 2026 18:04
@simonmarty simonmarty enabled auto-merge (squash) July 7, 2026 18:07
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.27%. Comparing base (e98c1ab) to head (07057a4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
+ Coverage   86.03%   86.27%   +0.23%     
==========================================
  Files          34       34              
  Lines        9331     9331              
  Branches     9331     9331              
==========================================
+ Hits         8028     8050      +22     
+ Misses       1170     1148      -22     
  Partials      133      133              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simonmarty simonmarty added the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Jul 7, 2026
@github-actions github-actions Bot removed the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Jul 7, 2026
@simonmarty simonmarty merged commit 02ac9c7 into aws:main Jul 7, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants