ci: 移除 Claude review workflows - #19
Conversation
|
Warning Review limit reached
More reviews will be available in 34 minutes and 44 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
此 PR 移除兩個 Claude 相關的 GitHub Actions workflow 檔案,以對齊 repo-standards(自動 Claude PR 審查已移除)。直接從 main 分支刪除,避免從 develop 合併時夾帶其他未合併變更。
Changes:
- 刪除
.github/workflows/claude.yml(@claude mention 觸發的 Claude Code workflow) - 刪除
.github/workflows/claude-code-review.yml(PR 自動 Claude review workflow)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/claude.yml |
移除 issue/PR 評論中 @claude mention 觸發的 workflow |
.github/workflows/claude-code-review.yml |
移除 PR 開啟/更新時自動執行的 Claude code review workflow |
對齊 repo-standards(自動 Claude PR 審查已移除)。直接從 main 移除 claude-code-review.yml + claude.yml(develop 領先 main 多筆未合併工作,故不走 develop→main 以免夾帶無關變更)。