Conversation
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ 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 (3)
📝 WalkthroughWalkthroughThis pull request updates and reorganizes documentation across changelog-related files, primarily focusing on clarifying configuration references and expanding guidance for changelog operations. Changes include: updating documentation links in configuration examples and CLI documentation to reference the new 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@config/changelog.example.yml`:
- Line 154: The documentation URL in the comment contains a duplicate path
segment ("contribute/contribute/configure-changelogs-ref"); update the URL
string to use the correct path "contribute/configure-changelogs-ref.md" so the
link points to the intended reference (replace the existing URL in the comment
that currently reads
"https://github.com/elastic/docs-builder/blob/main/docs/contribute/contribute/configure-changelogs-ref"
with
"https://github.com/elastic/docs-builder/blob/main/docs/contribute/configure-changelogs-ref.md").
In `@docs/contribute/bundle-changelogs.md`:
- Line 430: Replace the typo "visibiblity" with the correct spelling
"visibility" in the sentence that reads "If you are working in a private repo
and do not want any pull request or issue links to appear (even if they target a
public repo), you can also configure link visibiblity in the [changelog
directive](/syntax/changelog.md#hide-links) and [changelog
render](/cli/changelog/render.md) command." by editing that exact phrase ("link
visibiblity") to "link visibility" so the references to [changelog directive]
and [changelog render] remain unchanged.
🪄 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: 87656266-9ca6-4148-a2f8-c3e2620f167c
📒 Files selected for processing (10)
config/changelog.example.ymldocs/cli/changelog/add.mddocs/cli/changelog/bundle.mddocs/cli/changelog/gh-release.mddocs/cli/changelog/remove.mddocs/contribute/bundle-changelogs.mddocs/contribute/configure-changelogs-ref.mddocs/contribute/configure-changelogs.mddocs/contribute/create-changelogs.mddocs/syntax/changelog.md
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 bundles.
The goal is for the how-to page (https://elastic.github.io/docs-builder/contribute/bundle-changelogs/) to cover the simplest path (i.e. profiles) and for the reference page (https://elastic.github.io/docs-builder/cli/changelog/bundle/ and others) to cover all the variations and advanced details.