Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request updates documentation across multiple changelog CLI-related pages. It restructures sections in the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
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. Review rate limit: 0/1 reviews remaining, refill in 53 minutes and 22 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/cli/changelog/add.md`:
- Line 181: Fix the typo in the documentation sentence that reads "If `--repo`
is specified (or `bundle.repo` is set in the changelog configuraiton file),..."
by replacing "configuraiton" with "configuration" so the text correctly
references the changelog configuration file; ensure the sentence continues to
mention `--repo`, `bundle.repo`, and `products.yml` exactly as shown.
In `@docs/contribute/configure-changelogs-ref.md`:
- Around line 188-189: The intro sentence for the pivot example in the changelog
docs has a duplicated verb and a typo: change "The following example contains
demonstrates some GitHub label mappings in the `pivot` section of the chaneglog
configuration file:" to a corrected form such as "The following example
demonstrates some GitHub label mappings in the `pivot` section of the changelog
configuration file:" (or use "contains" instead of "demonstrates") so remove the
duplicate verb and fix `chaneglog` to `changelog`.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 2062103b-24c4-4028-b20d-e72dbb3933d9
📒 Files selected for processing (6)
docs/cli/changelog/add.mddocs/cli/changelog/bundle.mddocs/contribute/bundle-changelogs.mddocs/contribute/configure-changelogs-ref.mddocs/contribute/configure-changelogs.mddocs/contribute/create-changelogs.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Relates to #3050
This PR cleans up the docs related to the creating changelogs.