-
Notifications
You must be signed in to change notification settings - Fork 1
Add Claude Code GitHub Workflow #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
Changelog updates: 🔄 2025-11-02 *Added
Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Claude Code GitHub Action workflows from beta to v1 release. The changes simplify configuration by replacing the old parameter structure with a streamlined approach using prompt and claude_args.
- Updated action version from
@betato@v1in both workflow files - Replaced multiple deprecated configuration parameters (
direct_prompt,model,allowed_tools, etc.) with simplifiedpromptandclaude_argsparameters - Removed trailing whitespace and cleaned up comment formatting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/claude.yml | Updated action version to v1 and simplified configuration comments to reflect new parameter structure |
| .github/workflows/claude-code-review.yml | Updated action version to v1, converted direct_prompt to prompt, and configured allowed tools using claude_args with specific GitHub CLI commands |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
=========================================
Coverage 94.62% 94.62%
Complexity 40 40
=========================================
Files 1 1
Lines 93 93
=========================================
Hits 88 88
Misses 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
Auto-approved PR |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Auto-approved PR |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
User description
🤖 Installing Claude Code GitHub App
This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository.
What is Claude Code?
Claude Code is an AI coding agent that can help with:
How it works
Once this PR is merged, we'll be able to interact with Claude by mentioning @claude in a pull request or issue comment.
Once the workflow is triggered, Claude will analyze the comment and surrounding context, and execute on the request in a GitHub action.
Important Notes
Security
There's more information in the Claude Code action repo.
After merging this PR, let's try mentioning @claude in a comment on any PR to get started!
PR Type
Enhancement
Description
Updated Claude Code action from beta to v1 stable release
Simplified workflow configuration by removing commented examples
Changed code review workflow to use direct prompt with gh CLI tools
Cleaned up whitespace and improved documentation references
Diagram Walkthrough
File Walkthrough
claude-code-review.yml
Update code review workflow to v1 with gh CLI tools.github/workflows/claude-code-review.yml
@betato@v1direct_promptparameter topromptwith added repositorycontext
claude_argswith GitHub CLI tools forgh pr comment,gh pr diff,gh pr view, etc.settings
claude.yml
Update main workflow to v1 with simplified config.github/workflows/claude.yml
@betato@v1additional_permissionsfor CI access