summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/beta.yml
AgeCommit message (Collapse)Author
2026-02-24ci: auto-resolve merge conflicts in beta sync using opencodeDax 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-01ci: allow manual dispatch for beta workflowDax Raad
2026-02-01ci: run beta workflow on hourly schedule onlyDax Raad
2026-02-01ci: add synchronize event and check for beta label using contains()Dax Raad
2026-02-01ci: change trigger from scheduled cron to PR labeled events with beta label ↵Dax Raad
condition
2026-02-01ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflowDax Raad
2026-01-30ci: remove pull-request write permissions from beta workflowDax Raad
2026-01-30ci: remove workflow restrictions to allow all PR triggers for broader CI ↵Dax Raad
coverage
2026-01-30ci: allow manual beta workflow trigger so users can release on demand ↵Dax Raad
instead of waiting for hourly schedule
2026-01-30ci: schedule beta workflow hourly to automate sync runsDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-29fix(beta): use local git rebase instead of gh pr update-branchDax Raad
2026-01-29ciDax Raad
2026-01-29ci: trigger publish workflow automatically after beta builds completeDax Raad
2026-01-29feat: add beta branch sync workflow for contributor PRs (#11190)Dax