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.
Problem
PRs targeting
dev(#252, #249) both show "all checks have failed" — thepr-reviewcheck fails becausedevhas no workflow files.main-targeted PRs work fine.Why
devhasn't been synced withmainsince March 19 (v3.3.0-beta.4). All CI workflows (ci.yml,codex-pr-review.yml, etc.) were added tomainafterdevdiverged —devnever got them.devhas 0 workflow files.mainhas 7.Context
CONTRIBUTING.mdsays targetdevfor all feature/fix PRs, but in practice, every PR from the past 3 months has been merged straight intomain(#277–#282).Options
A. Restore
dev— rebasedevonmain, sync.github/, enforce dev-first workflow.B. Drop
dev, gomain-only — updateCONTRIBUTING.md, removedevfromci.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.