Skip to content

Add complementary Blacksmith probe#2

Merged
simongonzalezdc merged 1 commit into
mainfrom
chore/add-blacksmith-probe
Apr 30, 2026
Merged

Add complementary Blacksmith probe#2
simongonzalezdc merged 1 commit into
mainfrom
chore/add-blacksmith-probe

Conversation

@simongonzalezdc
Copy link
Copy Markdown
Owner

@simongonzalezdc simongonzalezdc commented Apr 30, 2026

Summary

  • Adds a thin workflow calling the centralized KyaniteLabs/.github Blacksmith probe.
  • Does not replace or weaken existing CI.

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.


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

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>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@simongonzalezdc simongonzalezdc merged commit 9c1c476 into main Apr 30, 2026
1 check passed
@simongonzalezdc simongonzalezdc deleted the chore/add-blacksmith-probe branch April 30, 2026 22:33
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