Skip to content

Re-enable rhodibot.yml against gitbot-fleet check CLI #41

Description

@hyperpolymath

Sub-issue of #37.

rhodibot.yml invokes rhodibot check --owner X --repo Y, but rhodibot shipped as a webhook-server-only binary (axum, --port) with no CLI scan mode — the invocation was architecturally impossible.

Upstream fix: hyperpolymath/gitbot-fleet#150 adds an offline rhodibot check --owner --repo [--format] subcommand (server stays default).

Fix here (after #150 merges): clone gitbot-fleet at the pinned post-merge SHA, cargo build --release in bots/rhodibot, run rhodibot check --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} with GITHUB_TOKEN: ${{ github.token }}, drop if: false.

Refs #37. Blocked by hyperpolymath/gitbot-fleet#150.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions