Closed vicb closed 5 months ago
[!WARNING]
Rate limit exceeded
@vicb has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 41 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 d30ec096fbf9a32a6e7c9f87325ab7fd2c4574bf and c51e09f1257e1039b916f91f0583a4dbf390c034.
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?
This pull request updates the GitHub Actions workflows to use shallow clones with a fetch depth of 2. This change ensures that the immediate parents are fetched, which is necessary for checking out the head of pull requests.
Files | Changes |
---|---|
.github/workflows/node.js.yml .github/workflows/upload-windy-sounding.yml |
Added 'fetch-depth: 2' to the 'actions/checkout@v4' step in both workflow files to ensure immediate parents are fetched for pull requests. |
Summary by Sourcery
This pull request updates the GitHub Actions workflows to use shallow clones with a fetch depth of 2. This change aims to improve the efficiency of the CI process and ensure that pull request heads are properly checked out.