Closed lambdalisue closed 3 months ago
[!WARNING]
Rate limit exceeded
@lambdalisue has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 26 minutes and 54 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. 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](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 64aaefce2e6a4909ec0aaa13685f09831c99a342 and 45ec29bb6965caf9af0d52de114c14b8073cbba3.
The updates to the repository enhance configuration and version management through the introduction of new scripts and modifications in the GitHub Actions workflow. A new input for specifying branches for testing with Denops, improved version checks, and dynamic version retrieval from JSON sources significantly enhance maintainability and flexibility. Overall, these changes ensure consistency across documentation and CI/CD configurations, making it easier for developers to manage dependencies.
Files | Change Summary |
---|---|
.github/workflows/test.yml |
Added denops_branch input for workflow dispatch; introduced new checks for version consistency. |
.scripts/apply-supported-versions.ts |
New script updates version info in README and GitHub workflows, integrating asynchronous loading of supported versions. |
.scripts/gen-function/gen-function.ts , .scripts/gen-option/gen-option.ts |
Replaced hardcoded version constants with dynamic values from loadSupportedVersions() . |
.scripts/supported_versions.ts |
Defined a module to manage and load supported versions for Deno, Vim, and Neovim with type safety. |
README.md |
Added badges indicating minimum version requirements for Deno, Vim, and Neovim. |
deno.jsonc |
Introduced a new command "apply:supported-versions" to run the version update script. |
sequenceDiagram
participant User
participant GitHub Actions
participant Update Script
participant Supported Versions Module
User->>GitHub Actions: Trigger workflow
GitHub Actions->>Supported Versions Module: Load supported versions
Supported Versions Module->>GitHub Actions: Return versions
GitHub Actions->>Update Script: Update README and workflows with new versions
Update Script->>GitHub Actions: Successful update
GitHub Actions->>User: Notify completion
🐇 In the meadow, changes abound,
With versions dancing all around.
A script to guide, a badge to show,
Our code's in sync, watch it grow!
Hopping forward, no more despair,
With each new version, we declare! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.61%. Comparing base (
e7df460
) to head (45ec29b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Close #249
Summary by CodeRabbit
New Features
Documentation
Chores