Closed timrogers closed 1 month ago
[!WARNING]
Rate limit exceeded
@timrogers has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 13 minutes and 47 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 cd912636ff1766e4f960002dc3fa373fed9266e3 and 9ea45f59c0d82e50c4c24f42f81b595ed3f3d1ac.
The changes involve updating the job matrix configuration in the GitHub Actions workflow for building and releasing binaries. The configuration now includes an additional target for aarch64-apple-darwin
, while retaining the existing targets for Linux, macOS, and Windows. New steps for signing and notarizing macOS binaries have been introduced, and the formatting of the job matrix has been improved for better readability.
File | Change Summary |
---|---|
.github/workflows/build_and_release.yml | Added job matrix entry for aarch64-apple-darwin , introduced signing and notarization steps for macOS binaries, and improved formatting. |
In the meadow where rabbits play,
New targets hop in, hip-hip-hooray!
With builds for all, both big and small,
We cheer for changes, one and all!
🐇✨
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?
Fixes #82.
Summary by CodeRabbit
New Features
aarch64-apple-darwin
architecture on macOS.Improvements