mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2026-02-05 12:05:18 -05:00
Compare commits
2 Commits
copilot/ar
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73af3bd3b5 | ||
|
|
1fd8a96c46 |
@@ -1,105 +0,0 @@
|
|||||||
# Archive Notice
|
|
||||||
|
|
||||||
## Repository Status
|
|
||||||
|
|
||||||
**This repository has been archived and is now read-only.**
|
|
||||||
|
|
||||||
- **Archive Date**: January 31, 2026
|
|
||||||
- **Last Active Maintenance**: 2025
|
|
||||||
- **Status**: No longer maintained or supported
|
|
||||||
|
|
||||||
## Why Was This Repository Archived?
|
|
||||||
|
|
||||||
This project has been archived for the following reasons:
|
|
||||||
|
|
||||||
1. **Official Alternatives Available**: Anthropic now provides official integrations and tools for Claude AI that are more robust and better maintained.
|
|
||||||
|
|
||||||
2. **Better Solutions Exist**: The AI code review ecosystem has matured significantly, with enterprise-grade solutions available that offer more features and better support.
|
|
||||||
|
|
||||||
3. **Maintenance Burden**: As a community project, maintaining compatibility with rapidly evolving AI APIs and GitHub Actions became unsustainable.
|
|
||||||
|
|
||||||
## What Does "Archived" Mean?
|
|
||||||
|
|
||||||
An archived repository is read-only, which means:
|
|
||||||
|
|
||||||
- ✅ The code remains accessible for reference and historical purposes
|
|
||||||
- ✅ You can still clone and fork the repository
|
|
||||||
- ✅ Existing workflows using this action will continue to work (until API changes break them)
|
|
||||||
- ❌ No new issues can be opened
|
|
||||||
- ❌ No new pull requests can be submitted
|
|
||||||
- ❌ No updates or bug fixes will be provided
|
|
||||||
- ❌ No support or maintenance will be available
|
|
||||||
|
|
||||||
## Recommended Alternatives
|
|
||||||
|
|
||||||
We recommend migrating to one of these alternatives:
|
|
||||||
|
|
||||||
### 1. **Anthropic API Direct Integration**
|
|
||||||
- Use the official [Anthropic API](https://docs.anthropic.com/) with the latest Claude models
|
|
||||||
- Full control and customization
|
|
||||||
- Best for teams with development resources
|
|
||||||
|
|
||||||
### 2. **GitHub Copilot**
|
|
||||||
- Native GitHub integration
|
|
||||||
- Real-time code assistance
|
|
||||||
- Note: Uses primarily OpenAI models, not Claude
|
|
||||||
|
|
||||||
### 3. **Third-Party AI Code Review Tools**
|
|
||||||
- Many SaaS solutions now offer AI-powered code review
|
|
||||||
- Check the GitHub Marketplace for current options
|
|
||||||
- Look for solutions with active maintenance and support
|
|
||||||
|
|
||||||
### 4. **Claude for Workspace**
|
|
||||||
- Enterprise-level integration
|
|
||||||
- Designed for team workflows
|
|
||||||
- Contact Anthropic for availability
|
|
||||||
|
|
||||||
## Migration Guide
|
|
||||||
|
|
||||||
If you're currently using this action and need to migrate:
|
|
||||||
|
|
||||||
1. **Assess Your Needs**
|
|
||||||
- Determine what features you rely on
|
|
||||||
- Evaluate whether you need automated reviews or manual AI assistance
|
|
||||||
|
|
||||||
2. **Choose an Alternative**
|
|
||||||
- Research current solutions (see recommendations above)
|
|
||||||
- Consider your budget and team size
|
|
||||||
- Evaluate security and privacy requirements
|
|
||||||
|
|
||||||
3. **Update Your Workflows**
|
|
||||||
- Remove or comment out this action from your `.github/workflows/` files
|
|
||||||
- Replace with your chosen alternative
|
|
||||||
- Test thoroughly in a non-production environment first
|
|
||||||
|
|
||||||
4. **Remove the Action**
|
|
||||||
- Once migrated, remove the workflow file or action reference
|
|
||||||
- Clean up any related secrets (keep them if migrating to Anthropic API)
|
|
||||||
|
|
||||||
## For Historical Reference
|
|
||||||
|
|
||||||
This repository will remain available indefinitely for:
|
|
||||||
- Historical reference
|
|
||||||
- Learning from the implementation
|
|
||||||
- Forking for custom solutions
|
|
||||||
- Understanding the deprecated API patterns
|
|
||||||
|
|
||||||
## Contact
|
|
||||||
|
|
||||||
For questions about this archive:
|
|
||||||
- **Repository Owner**: PacNPal
|
|
||||||
- **Archive Reason**: Project deprecated in favor of official solutions
|
|
||||||
- **Historical Issues**: Available in the Issues tab (read-only)
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project remains under the MIT License. You may fork and modify it for your own use, but please note:
|
|
||||||
- No support will be provided
|
|
||||||
- APIs may have changed since archival
|
|
||||||
- Security vulnerabilities will not be patched
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Thank you to all contributors and users who made this project successful during its active development!**
|
|
||||||
|
|
||||||
*Last Updated: January 31, 2026*
|
|
||||||
@@ -1,16 +1,13 @@
|
|||||||
# Claude Code Review Action
|
# Claude Code Review Action
|
||||||
|
|
||||||

|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## 🗄️ ARCHIVED - NO LONGER MAINTAINED
|
## ⚠️ DEPRECATED
|
||||||
|
|
||||||
> **⚠️ IMPORTANT: This repository is archived and read-only. No new issues, pull requests, or updates will be accepted.**
|
**This project is deprecated.** Anthropic now offers official Claude integrations and there are improved alternatives for AI-powered code review. We recommend exploring these official solutions:
|
||||||
|
|
||||||
**This project is deprecated and archived.** Anthropic now offers official Claude integrations and there are improved alternatives for AI-powered code review. We recommend exploring these official solutions:
|
|
||||||
|
|
||||||
- **Anthropic API**: Use the official Anthropic API with the latest Claude models
|
- **Anthropic API**: Use the official Anthropic API with the latest Claude models
|
||||||
- **Claude for Workspace**: Enterprise integration for team workflows
|
- **Claude for Workspace**: Enterprise integration for team workflows
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# action.yml
|
# action.yml
|
||||||
name: 'Claude Code Review'
|
name: 'Claude Code Review'
|
||||||
description: '[ARCHIVED] Automated code review using Claude - No longer maintained'
|
description: 'Automated code review using Claude'
|
||||||
inputs:
|
inputs:
|
||||||
github-token:
|
github-token:
|
||||||
description: 'GitHub token'
|
description: 'GitHub token'
|
||||||
|
|||||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -12,7 +12,7 @@
|
|||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/github": "^6.0.1",
|
"@actions/github": "^6.0.1",
|
||||||
"glob": "^11.0.3",
|
"glob": "^11.1.0",
|
||||||
"js-yaml": "^4.1.1",
|
"js-yaml": "^4.1.1",
|
||||||
"node-fetch": "^3.3.2"
|
"node-fetch": "^3.3.2"
|
||||||
},
|
},
|
||||||
@@ -2613,14 +2613,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/glob": {
|
"node_modules/glob": {
|
||||||
"version": "11.0.3",
|
"version": "11.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
||||||
"integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
|
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
||||||
"license": "ISC",
|
"license": "BlueOak-1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"foreground-child": "^3.3.1",
|
"foreground-child": "^3.3.1",
|
||||||
"jackspeak": "^4.1.1",
|
"jackspeak": "^4.1.1",
|
||||||
"minimatch": "^10.0.3",
|
"minimatch": "^10.1.1",
|
||||||
"minipass": "^7.1.2",
|
"minipass": "^7.1.2",
|
||||||
"package-json-from-dist": "^1.0.0",
|
"package-json-from-dist": "^1.0.0",
|
||||||
"path-scurry": "^2.0.0"
|
"path-scurry": "^2.0.0"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-review-action",
|
"name": "claude-code-review-action",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "[ARCHIVED] GitHub Action for code review using Claude - No longer maintained",
|
"description": "GitHub Action for code review using Claude",
|
||||||
"main": "action.js",
|
"main": "action.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/github": "^6.0.1",
|
"@actions/github": "^6.0.1",
|
||||||
"glob": "^11.0.3",
|
"glob": "^11.1.0",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"js-yaml": "^4.1.1"
|
"js-yaml": "^4.1.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user