Skip to content

Adds claude-code-review github workflow#179

Merged
subhankarmaiti merged 1 commit into
mainfrom
chore/setup-pr-analyser
Sep 26, 2025
Merged

Adds claude-code-review github workflow#179
subhankarmaiti merged 1 commit into
mainfrom
chore/setup-pr-analyser

Conversation

@kailash-b
Copy link
Copy Markdown
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 07:06
@subhankarmaiti subhankarmaiti merged commit 895f3fa into main Sep 26, 2025
9 checks passed
@subhankarmaiti subhankarmaiti deleted the chore/setup-pr-analyser branch September 26, 2025 07:17
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.

2 participants