Skip to content

Commit 0086584

Browse files
ci: disable phantom-bot workflows until bot repos exist (#36)
ci: disable phantom-bot workflows until the bot repos exist finishingbot/seambot/rhodibot each `git clone https://github.com/hyperpolymath/<bot>.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 <noreply@anthropic.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 647c7e9 commit 0086584

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/finishingbot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616

1717
jobs:
1818
release-readiness:
19+
# TODO: disabled — hyperpolymath/finishing-bot does not exist yet
20+
# (the clone step targets a phantom repo, so this can never pass).
21+
# Re-enable (remove `if: false`) once the bot repo is created/restored.
22+
if: false
1923
runs-on: ubuntu-latest
2024
steps:
2125
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

.github/workflows/rhodibot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616

1717
jobs:
1818
rsr-compliance:
19+
# TODO: disabled — hyperpolymath/rhodibot does not exist yet
20+
# (the clone step targets a phantom repo, so this can never pass).
21+
# Re-enable (remove `if: false`) once the bot repo is created/restored.
22+
if: false
1923
runs-on: ubuntu-latest
2024
steps:
2125
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

.github/workflows/seambot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616

1717
jobs:
1818
seam-health:
19+
# TODO: disabled — hyperpolymath/seambot does not exist yet
20+
# (the clone step targets a phantom repo, so this can never pass).
21+
# Re-enable (remove `if: false`) once the bot repo is created/restored.
22+
if: false
1923
runs-on: ubuntu-latest
2024
steps:
2125
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

0 commit comments

Comments
 (0)