From e1f1303bb46b9b5cd0d5c5d78114047719c37c35 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 16 May 2026 17:03:03 +0100 Subject: [PATCH] ci: disable phantom-bot workflows until the bot repos exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit finishingbot/seambot/rhodibot each `git clone https://github.com/hyperpolymath/.git`, but none of those repos exist (verified: not under hyperpolymath or metadatastician; estate search empty; auth confirmed working). So these checks can never pass and were permanent red on every push, unrelated to source. Gate each job behind `if: false` with a TODO (not deleted — the scaffolding is intentional; "Part of gitbot-fleet"). Re-enable by removing `if: false` once the bot repos are created/restored. Pre-existing estate-infra drift; no behaviour change to ubicity. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/finishingbot.yml | 4 ++++ .github/workflows/rhodibot.yml | 4 ++++ .github/workflows/seambot.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/finishingbot.yml b/.github/workflows/finishingbot.yml index aab2719..f0e4de6 100644 --- a/.github/workflows/finishingbot.yml +++ b/.github/workflows/finishingbot.yml @@ -16,6 +16,10 @@ on: jobs: release-readiness: + # TODO: disabled — hyperpolymath/finishing-bot does not exist yet + # (the clone step targets a phantom repo, so this can never pass). + # Re-enable (remove `if: false`) once the bot repo is created/restored. + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 diff --git a/.github/workflows/rhodibot.yml b/.github/workflows/rhodibot.yml index 8643c28..7110a2a 100644 --- a/.github/workflows/rhodibot.yml +++ b/.github/workflows/rhodibot.yml @@ -16,6 +16,10 @@ on: jobs: rsr-compliance: + # TODO: disabled — hyperpolymath/rhodibot does not exist yet + # (the clone step targets a phantom repo, so this can never pass). + # Re-enable (remove `if: false`) once the bot repo is created/restored. + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 diff --git a/.github/workflows/seambot.yml b/.github/workflows/seambot.yml index e9e344f..d339e01 100644 --- a/.github/workflows/seambot.yml +++ b/.github/workflows/seambot.yml @@ -16,6 +16,10 @@ on: jobs: seam-health: + # TODO: disabled — hyperpolymath/seambot does not exist yet + # (the clone step targets a phantom repo, so this can never pass). + # Re-enable (remove `if: false`) once the bot repo is created/restored. + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4