summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2026-05-03ci: only build electron desktop (#19067)Brendan Allan
2026-05-03ci: stop sending daily community recap notificationsDax Raad
2026-05-03ci: remove vouch-based contributor filtering workflowsDax Raad
Removes the automated vouch system that filtered issues and PRs from non-vouched users. This simplifies the contribution process by removing the requirement for maintainers to manually vouch contributors before they can participate.
2026-05-03ci: remove automatic labels from GitHub issue templates to allow manual triageDax Raad
2026-05-03ciDax Raad
2026-05-01Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/25288#issuecomment-4360290197
2026-05-01desktop: sentry integration (#15300)Brendan Allan
Co-authored-by: Jay V <[email protected]>
2026-04-30ci: enable sourcemaps for beta releasesDax Raad
Generate linked sourcemaps when building beta releases to help users debug issues with readable stack traces.
2026-04-30Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/23890#issuecomment-4348703527
2026-04-29Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/24964#issuecomment-4345349260
2026-04-28Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/24732#issuecomment-4332442679
2026-04-27Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/24563#issuecomment-4323944984
2026-04-25ci: fix model nameAiden Cline
2026-04-25ci: adjust review flow (#24355)Aiden Cline
2026-04-24ignore: denounce ai spammerAiden Cline
2026-04-24ci: add platform-specific bun install flags (#23822)Brendan Allan
2026-04-23chore: add to TEAM_MEMBERS (#23975)Simon Klee
2026-04-21Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/23735#issuecomment-4291498854
2026-04-15Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/22569#issuecomment-4249515283
2026-04-14ci: ok one more timeDax Raad
2026-04-14ci: remove Tauri desktop builds from release workflow to simplify distributionDax Raad
2026-04-14Update test.ymlLukeParkerDev
2026-04-13Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/22239#issuecomment-4238224546
2026-04-12ci: enable beta branch releases with auto-update supportDax Raad
2026-04-12ci: enable signed Windows builds on beta branchDax Raad
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
2026-04-12chore(github): vouch simonklee (#22127)Simon Klee
2026-04-10ci use node 24 in test workflow fixing random ECONNRESET (#21782)Luke Parker
2026-04-09ci: prevent beta branch builds from triggering production release stepsDax Raad
Skip Windows and Linux code signing, along with artifact downloads for the beta branch to ensure beta builds don't go through production release processes.
2026-04-09ci: skip winget publish on beta and ensure finalize always runsDax Raad
Beta releases no longer trigger unnecessary Winget submissions, and release finalization now completes even when some build artifacts are missing.
2026-04-03fix(ci): create JUnit output dirs before tests (#20959)Kit Langton
2026-04-03test(ci): publish unit reports in actions (#20547)Kit Langton
2026-04-02test(app): emit junit artifacts for playwright (#20732)Kit Langton
2026-04-02test(app): add a golden path for mocked e2e prompts (#20593)Kit Langton
2026-04-01fix(test): auto-acknowledge tool-result follow-ups in mock LLM server (#20528)Kit Langton
2026-04-01Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20482#issuecomment-4171492178
2026-03-31Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20333#issuecomment-4166038038
2026-03-31Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20342#issuecomment-4165277636
2026-03-31chore: use paid zen model in e2eAdam
2026-03-29wip: zenFrank
2026-03-29ci: fixFrank
2026-03-29ci: cancel stale nix-hashes runs (#19571)Luke Parker
2026-03-28feat(ci): use Azure Artifact Signing for Windows releases (#15201)Luke Parker
2026-03-26ignore: update disavowed list (#19184)Aiden Cline
2026-03-24Fix close-issues workflow permissionsDax Raad
- Add contents: read permission for checkout - Use github.token instead of secrets.GITHUB_TOKEN
2026-03-24Add close-issues script and GitHub ActionDax Raad
- Create script/github/close-issues.ts to close stale issues after 60 days - Add GitHub Action workflow to run daily at 2 AM - Remove old stale-issues workflow to avoid conflicts
2026-03-24fix: increase operations-per-run to 1000 and pin stale action to v10.2.0Dax Raad
The stale-issues workflow was hitting the default 30 operations limit, preventing it from processing all 2900+ issues/PRs. Increased to 1000 to handle the full backlog. Also pinned to exact v10.2.0 for reproducibility.
2026-03-24fix: nix hash update parsing... again (#18989)Caleb Norton
2026-03-24fix: nix hash update parsing (#18979)Caleb Norton
2026-03-24fix: better nix hash detection (#18957)Caleb Norton
2026-03-23ci: fixFrank