Closed cmeesters closed 1 week ago
[!WARNING]
Rate limit exceeded
@cmeesters has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 42 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
Reviewing files that changed from the base of the PR and between 55ced710729bc6880eb9d04456705e5e9a730c99 and 6d3d6586638426b5bb1b816f371dac8a37f73ce2.
A new GitHub Actions workflow file named post_to_mastodon.yml
has been added to automate the posting of updates to Mastodon when a pull request is merged into the main
branch. This workflow is triggered by the closing of a pull request and includes a job that runs on an ubuntu-latest
environment. It attempts to post a message containing the pull request number and title to Mastodon, with built-in retry logic in case of failure.
File Path | Change Summary |
---|---|
.github/workflows/post_to_mastodon.yml | New workflow added to post to Mastodon on PR merge. |
sequenceDiagram
participant User
participant GitHub
participant Mastodon
User->>GitHub: Merge Pull Request
GitHub->>GitHub: Trigger Workflow
GitHub->>Mastodon: Post PR details
alt Successful Post
Mastodon-->>GitHub: Confirmation
else Failed Post
GitHub->>GitHub: Retry Posting
GitHub-->>Mastodon: Post PR details
end
π° In the meadow where bunnies play,
A new workflow hops in today!
With every merge, a tweet takes flight,
To Mastodon, our joy ignites!
So letβs celebrate, with a cheer,
For every pull request, we hold dear! π
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?
@johanneskoester care to take a look? I am not particularly pleased with the curl command, for Mastodon will not parse Markdown text. It would be better to post a very brief gist along with a link.
see title
Summary by CodeRabbit