index
:
opencode
dev
tradam-rules-patch
The open source coding agent.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
.github
/
workflows
/
beta.yml
Age
Commit message (
Collapse
)
Author
2026-02-24
ci: auto-resolve merge conflicts in beta sync using opencode
Dax Raad
When merging PRs into the beta branch, the sync script now attempts to automatically resolve merge conflicts using opencode before failing. This reduces manual intervention needed for beta releases when multiple PRs have overlapping changes.
2026-02-01
ci: allow manual dispatch for beta workflow
Dax Raad
2026-02-01
ci: run beta workflow on hourly schedule only
Dax Raad
2026-02-01
ci: add synchronize event and check for beta label using contains()
Dax Raad
2026-02-01
ci: change trigger from scheduled cron to PR labeled events with beta label ↵
Dax Raad
condition
2026-02-01
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
Dax Raad
2026-01-30
ci: remove pull-request write permissions from beta workflow
Dax Raad
2026-01-30
ci: remove workflow restrictions to allow all PR triggers for broader CI ↵
Dax Raad
coverage
2026-01-30
ci: allow manual beta workflow trigger so users can release on demand ↵
Dax Raad
instead of waiting for hourly schedule
2026-01-30
ci: schedule beta workflow hourly to automate sync runs
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-29
fix(beta): use local git rebase instead of gh pr update-branch
Dax Raad
2026-01-29
ci
Dax Raad
2026-01-29
ci: trigger publish workflow automatically after beta builds complete
Dax Raad
2026-01-29
feat: add beta branch sync workflow for contributor PRs (#11190)
Dax