[PR #11924] feat(beta): allow commits on top of beta PRs #13986

Open
opened 2026-02-16 18:18:48 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11924

State: open
Merged: No


any commits (CI or otherwise) on top of the authoritative beta PRs (ones with beta tag) would make tree hash mis-match and trigger a force push

the first commit relaxes this to allow the beta branch to remain as long as the beta branch history contains all beta PRs and is based on current dev branch

before:
only dev..beta_PRs

after:
allows dev..beta_PRs..extra_commits

the second commit takes advantage of this relaxation to apply nix-hash updates to the beta branch as needed

feel free to close if this is not the correct model for the beta branch

related: #11919

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11924 **State:** open **Merged:** No --- any commits (CI or otherwise) on top of the authoritative beta PRs (ones with beta tag) would make tree hash mis-match and trigger a force push the first commit relaxes this to allow the beta branch to remain as long as the beta branch history contains all beta PRs and is based on current dev branch before: only dev..beta_PRs after: allows dev..beta_PRs..extra_commits the second commit takes advantage of this relaxation to apply nix-hash updates to the beta branch as needed feel free to close if this is not the correct model for the beta branch related: #11919
yindo added the pull-request label 2026-02-16 18:18:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13986