Conversation
Renamed .yml files to .yaml for consistency across GitHub configuration and workflow files. Also added a .pre-commit-config.yaml for ruff pre-commit hooks.
|
Warning Rate limit exceeded
⌛ 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. 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 |
Renamed ruff.yaml to code-quality.yaml and updated all workflow and step names to use lowercase for consistency. Applied similar lowercase naming conventions to e2e-tests.yaml, including step names and input descriptions.
Renamed workflow names in code-quality.yaml and e2e-tests.yaml to use hyphens for consistency with file names and naming conventions.
Updated code-quality and e2e-tests workflows to use Python 3.14, latest versions of GitHub Actions (checkout, setup-python, cache, setup-uv), and corrected workflow file extensions from .yml to .yaml in path filters. This ensures compatibility with the latest tools and maintains consistency in workflow configuration.
fixes #221