Conversation
|
Warning Review limit reached
More reviews will be available in 1 hour, 59 minutes, and 22 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
Confidence Score: 3/5The The malformed docs/changelogs/ent-v1.4.7.mdx — the new Warning block has a broken opening tag and a misspelled API path. Important Files Changed
Reviews (1): Last reviewed commit: "changelog fixes (#4149)" | Re-trigger Greptile |
| <Warning>> | ||
| v1.4.7 has a known `/virtua-key/quota` issue which is fixed in v1.4.8. | ||
| </Warning> |
There was a problem hiding this comment.
The opening tag has a stray
> (<Warning>>), which is invalid JSX/MDX syntax. Mintlify will either fail to parse the component or render the literal > character as content inside the warning box instead of treating the tag correctly.
| <Warning>> | |
| v1.4.7 has a known `/virtua-key/quota` issue which is fixed in v1.4.8. | |
| </Warning> | |
| <Warning> | |
| v1.4.7 has a known `/virtual-key/quota` issue which is fixed in v1.4.8. | |
| </Warning> |
No description provided.