Skip to content

CI UNSTABLE: PRs #2 and #6 blocked — auto-merge ineffective for plugin PRs #11

@javimosch

Description

@javimosch

Problem

supercli PRs #2 and #6 show mergeStateStatus: UNSTABLE — GitHub reports CI checks as failing or incomplete. This blocks auto-merge even though the code changes are valid plugin additions (new files only, no modifications to existing code).

Affected PRs

Investigation needed

  1. What CI checks are configured for supercli?
  2. Are the failures real (test failures) or infrastructure (missing secrets, workflow misconfig)?
  3. If real: what tests are failing and why?
  4. If infra: fix the CI config

Impact

  • New plugin PRs accumulate without merging (4 stacked PRs at one point)
  • auto_merge=true is ineffective — PRs pile up forever
  • Each new PR has to rebase across the growing backlog

Suggested fix

  • Check .github/workflows/ for CI configuration
  • Run tests locally to see if they pass: npm test or equivalent
  • If tests pass locally but fail in CI, it's an infra issue
  • If tests fail locally, fix the failing tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions