Add complementary Blacksmith probe#2
Conversation
Add a thin caller workflow for the centralized KyaniteLabs Blacksmith probe without replacing existing CI. Constraint: Blacksmith is complementary runner capacity; GitHub remains the control plane and existing repo CI remains authoritative. Rejected: Replace existing workflows | The org migration requires additive Blacksmith capacity, not a wholesale CI transition. Confidence: high Scope-risk: narrow Directive: Keep this workflow advisory unless a repo owner explicitly makes it required. Tested: Workflow is a thin caller into KyaniteLabs/.github reusable Blacksmith probe. Not-tested: Per-repo remote run executes after PR creation. Co-authored-by: OmX <omx@oh-my-codex.dev>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a367ac2c7a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| jobs: | ||
| probe: | ||
| uses: KyaniteLabs/.github/.github/workflows/blacksmith-probe.yml@main |
There was a problem hiding this comment.
Pin called workflow to immutable commit SHA
Reference the reusable workflow with a full commit SHA instead of @main; using a mutable branch allows upstream changes in KyaniteLabs/.github to alter this repository’s CI behavior without any change in this repo, which is a supply-chain risk and makes builds non-reproducible across reruns.
Useful? React with 👍 / 👎.
Summary
KyaniteLabs/.githubBlacksmith probe.Why
Blacksmith is complementary runner capacity for KyaniteLabs org repos. GitHub remains the repo/PR/control plane and existing repo workflows remain authoritative.
Verification
The PR check itself verifies Blacksmith runner availability for this repository.
Need help on this PR? Tag
@codesmithwith what you need.