Skip to content

Conversation

@kailash-b
Copy link
Contributor

What

This PR adds a new GitHub Actions workflow for automated code review using pr-analyser.

  • Added a new GitHub Actions workflow file .github/workflows/claude-code-review.yml
  • The workflow is triggered on:
    • Issue comments creation (issue_comment.types: [created])
    • Pull request review comments creation (pull_request_review_comment.types: [created])
  • Configured necessary permissions:
    • contents: write - to read repository content
    • issues: write - to interact with issues
    • pull-requests: write - to comment on pull requests
    • id-token: write - for authentication
  • Uses the reusable workflow from auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

Checklist

@kailash-b kailash-b requested a review from a team as a code owner September 26, 2025 06:36
@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.18%. Comparing base (532c631) to head (648395a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #883   +/-   ##
=======================================
  Coverage   79.18%   79.18%           
=======================================
  Files         456      456           
  Lines        5908     5908           
  Branches      277      277           
=======================================
  Hits         4678     4678           
  Misses       1136     1136           
  Partials       94       94           
Flag Coverage Δ
authIntTests 30.63% <ø> (ø)
mgmtIntTests 60.74% <ø> (ø)
unittests 8.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@subhankarmaiti subhankarmaiti merged commit 81dfecf into master Sep 26, 2025
12 checks passed
@subhankarmaiti subhankarmaiti deleted the chore/setup-pr-analyser branch September 26, 2025 07:18
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