Skip to content

dev branch lacks CI workflows — failing all dev-targeted PRs #290

Description

@max-cyq

Problem

PRs targeting dev (#252, #249) both show "all checks have failed" — the pr-review check fails because dev has no workflow files. main-targeted PRs work fine.

Why

dev hasn't been synced with main since March 19 (v3.3.0-beta.4). All CI workflows (ci.yml, codex-pr-review.yml, etc.) were added to main after dev diverged — dev never got them.

dev has 0 workflow files. main has 7.

Context

CONTRIBUTING.md says target dev for all feature/fix PRs, but in practice, every PR from the past 3 months has been merged straight into main (#277#282).

Options

A. Restore dev — rebase dev on main, sync .github/, enforce dev-first workflow.

B. Drop dev, go main-only — update CONTRIBUTING.md, remove dev from ci.yml, archive the branch. The team has effectively been doing this for months.

Ask

Which direction should we take? Happy to submit the PR either way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions