ci: add workflow_dispatch trigger to CI workflow#8
Conversation
Enables manual CI runs for release-please PRs that don't automatically trigger CI (only modify CHANGELOG.md). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a manual workflow_dispatch trigger to the CI GitHub Actions workflow so CI can be run on demand (e.g., for release-please PRs that only change the changelog). File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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 |
Summary
Add
workflow_dispatchtrigger to CI workflow to enable manual runs.Why
Release-please PRs only modify
CHANGELOG.mdwhich doesn't trigger CI.This blocks merging due to required status checks.
Usage
🤖 Generated with Claude Code
Summary by Sourcery
CI: