ci: add reusable rust-ci from .github repo#20
Conversation
First CI workflow for this repo. Calls the org-wide reusable `rust-ci.yml` (fmt + clippy + test) pinned to the PR#12 tip SHA. Adds a top-level `required` aggregator job to emit the status-check context consumed by the org ruleset `default-branch-baseline` (currently evaluate-mode). Security scanning remains in security.yml — independent cadence. After resq-software/.github#12 lands, update the @sha ref.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 59 seconds. ⌛ 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Updates @sha from the feat-branch tip to the merge commit of resq-software/.github#12 (f4b51a620aa1bf89c0bce4f434b36f92ff7d517d). Functionally equivalent — same content — but pins to a ref that now exists on main rather than a closed PR branch.
Summary
Adds a new
.github/workflows/ci.ymlthat calls the org-wide reusableresq-software/.github/.github/workflows/rust-ci.yml(fmt + clippy + test).First CI workflow for this repo — previously only
security.ymlexisted. The top-levelrequiredaggregator job emits therequiredstatus-check context consumed by org rulesetdefault-branch-baseline(id 15191038, currently evaluate mode).Blocked on: resq-software/.github#12 (defines
rust-ci.yml). Pinned to feat branch tip SHA5a72372; update after #12 merges.Behavior
Test plan
rust / Format,rust / Clippy,rust / Test,requiredstatus contexts green