Skip to content

ci: add placeholder required status gate#36

Merged
WomB0ComB0 merged 3 commits into
mainfrom
feat/ci-governance-adoption
Apr 17, 2026
Merged

ci: add placeholder required status gate#36
WomB0ComB0 merged 3 commits into
mainfrom
feat/ci-governance-adoption

Conversation

@WomB0ComB0

Copy link
Copy Markdown
Member

Summary

Adds a minimal required.yml workflow that always emits a green required status-check context — the context matched by the org ruleset default-branch-baseline (id 15191038, currently evaluate mode).

This is a placeholder. Before flipping the ruleset to active, either:

  • Add needs: on real CI jobs in this repo, or
  • Replace with a call to a reusable workflow in resq-software/.github once the matching language-ci.yml exists.

Context: resq-software/.github#12 defines the full reusable CI suite. This repo'''s lang is deferred in that PR and will get a proper workflow in a follow-up.

Satisfies the `required` status-check context in org ruleset
`default-branch-baseline` (id 15191038, currently evaluate mode).

Placeholder: this job always passes. Before the ruleset flips to
active, harden it with `needs:` on real language-CI jobs or
replace with a call to a reusable workflow from
resq-software/.github once the matching lang-ci.yml exists.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

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

@coderabbitai

coderabbitai Bot commented Apr 17, 2026

Copy link
Copy Markdown

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 53 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 53 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: 2bf048d2-c9aa-4251-846b-9e44afd0a069

📥 Commits

Reviewing files that changed from the base of the PR and between 9c7fae2 and 609c84e.

📒 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.

WomB0ComB0 added a commit to resq-software/.github that referenced this pull request Apr 17, 2026
…l dispatch

Adds the two deferred reusable workflows:

- dotnet-ci.yml: restore, build, format check, test. Configurable
  dotnet-version (default 9.0.x), solution path, working-directory.
- cpp-ci.yml: CMake configure + build + test matrix across
  ubuntu/macos/windows (configurable). Harden-runner on Linux only
  (step-security action is Linux-native).

Extends required.yml to dispatch the two new languages, and adds
proto handling (security-only, no language build dispatched). New
inputs: dotnet-version, dotnet-solution, cpp-os-list, cpp-source-dir,
cpp-cmake-flags.

After this lands, these placeholder consumer PRs can be hardened to
call real CI:
- resq-software/dotnet-sdk#36 (dotnet)
- resq-software/viz#4 (dotnet)
- resq-software/vcpkg#6 (cpp)
- resq-software/ardupilot#1 (cpp)
Replaces the always-pass placeholder with a ci.yml that calls the
org-wide `required` aggregator with `lang: dotnet` and the
correct solution path. Pinned to resq-software/.github@6410acb
(the commit introducing dotnet-ci.yml).

After PR#12 on resq-software/.github merges, re-pin to the merge
commit SHA or a semver tag.

The top-level `required` job emits the status-check context
consumed by org ruleset `default-branch-baseline`.
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 660fc8d into main Apr 17, 2026
35 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