Skip to content

ci: add reusable rust-ci from .github repo#20

Merged
WomB0ComB0 merged 2 commits intomainfrom
feat/ci-governance-adoption
Apr 17, 2026
Merged

ci: add reusable rust-ci from .github repo#20
WomB0ComB0 merged 2 commits intomainfrom
feat/ci-governance-adoption

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

Adds a new .github/workflows/ci.yml that calls the org-wide reusable resq-software/.github/.github/workflows/rust-ci.yml (fmt + clippy + test).

First CI workflow for this repo — previously only security.yml existed. The top-level required aggregator job emits the required status-check context consumed by org ruleset default-branch-baseline (id 15191038, currently evaluate mode).

Blocked on: resq-software/.github#12 (defines rust-ci.yml). Pinned to feat branch tip SHA 5a72372; update after #12 merges.

Behavior

Job Reusable step
cargo fmt --all --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-features --workspace
cargo-deny skipped (no deny.toml yet)
llvm-cov coverage skipped (can enable later)

Test plan

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.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 59 seconds before requesting another review.

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 @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 for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 859f83eb-f781-45e7-be3a-ea1f78e9a043

📥 Commits

Reviewing files that changed from the base of the PR and between cb8a1e6 and 823878e.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/ci-governance-adoption

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.
@WomB0ComB0 WomB0ComB0 merged commit 7786503 into main Apr 17, 2026
14 of 19 checks passed
@WomB0ComB0 WomB0ComB0 deleted the feat/ci-governance-adoption branch April 17, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant