Closed jkeen closed 8 months ago
[!WARNING]
Rate Limit Exceeded
@jkeen has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 14 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 33b417fcca39a343852835d27312f94b94c9c260 and 45d8ecc3808cbfd3da8b1d64edabac961f02199a.
This update signifies a transformation in the project's development and deployment strategies. It introduces new GitHub Actions for asset management, package handling, and pnpm
setup. Workflow improvements encompass enhanced CI processes with new triggers, refined job steps, and deployment streamlining. Noteworthy enhancements in the ember-stereo
library aim to refine audio playback capabilities while addressing existing bugs.
File Path | Summary |
---|---|
.github/actions/... |
Introduced GitHub Actions for asset building, package downloading, and pnpm setup. |
.github/workflows/ci.yml |
Enhanced CI workflow with beta branch trigger, updated job steps, and configurations. |
.github/workflows/deploy-docs.yml |
Added workflow for manual documentation deployment using Ember. |
.github/workflows/push-dist.yml |
Workflow to push npm package contents triggered on main and beta branches. |
.github/workflows/release.yml , .gitignore ,CHANGELOG.md , CONTRIBUTING.md , README.md |
Various updates including GitHub Actions v3, pnpm adoption, and documentation changes. |
ember-stereo/CHANGELOG.md , ember-stereo/src/... |
Extensive improvements in Ember Stereo library, addressing bugs, enhancing features, and refining functionality. |
š°āØ
In the realm of code and byte,
Where changes take flight,
A rabbit leads with might,
"Build, deploy, make it right!"
Withpnpm
and GitHub Actions in tow,
Bugs vanish, progress aglow.
šš
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?
:tada: This PR is included in version 5.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Summary by CodeRabbit
pnpm
.ember-stereo
now supports multiple identifiers in metadata cache.ember-stereo
.load-sound
andpause-sound
buttons in README.CONTRIBUTING.md
to recommendpnpm install
overnpm install
.ember-stereo
for better understanding.ember-stereo
helpers and utilities to use relative paths.sound-proxy.js
to useidentifier
instead ofurl
for sound identification..gitignore
for directories withdist
in their names.