Commit Graph

502 Commits

Author SHA1 Message Date
github-actions[bot] f29806353d Update VOUCHED list
https://github.com/anomalyco/opencode/issues/20482#issuecomment-4171492178
2026-04-01 16:50:21 +00:00
github-actions[bot] 1c6c935738 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/20333#issuecomment-4166038038
2026-03-31 22:35:10 +00:00
github-actions[bot] 6354149e70 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/20342#issuecomment-4165277636
2026-03-31 20:24:07 +00:00
Adam 9583c9f627 chore: use paid zen model in e2e 2026-03-31 10:06:44 -05:00
Frank 8c78a0b1f5 wip: zen 2026-03-29 13:06:00 -04:00
Frank 05fc23013e ci: fix 2026-03-29 12:41:52 -04:00
Luke Parker d99d6c3427 ci: cancel stale nix-hashes runs (#19571) 2026-03-29 10:39:02 +10:00
Luke Parker 0ec5aa84e2 feat(ci): use Azure Artifact Signing for Windows releases (#15201) 2026-03-28 11:20:19 +10:00
Aiden Cline a0524d1dc9 ignore: update disavowed list (#19184) 2026-03-26 00:20:43 +00:00
Dax Raad ede2f19985 Fix close-issues workflow permissions
- Add contents: read permission for checkout
- Use github.token instead of secrets.GITHUB_TOKEN
2026-03-24 23:51:46 -04:00
Dax Raad 32c5aabdb9 Add close-issues script and GitHub Action
- 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-24 23:50:35 -04:00
Dax Raad 14d65e9c2b fix: increase operations-per-run to 1000 and pin stale action to v10.2.0
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-24 23:38:15 -04:00
Caleb Norton 2465e8d47d fix: nix hash update parsing... again (#18989) 2026-03-24 13:06:46 -05:00
Caleb Norton 2a10f0d418 fix: nix hash update parsing (#18979) 2026-03-24 12:32:48 -05:00
Caleb Norton 973103d552 fix: better nix hash detection (#18957) 2026-03-24 11:30:39 -05:00
Frank 39c617e0a7 ci: fix 2026-03-23 12:47:42 -04:00
github-actions[bot] 7de12e7f29 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/18718#issuecomment-4108322776
2026-03-23 06:28:47 +00:00
Luke Parker 440a7693f4 Add 'write' role to vouch manage action (#18718) 2026-03-23 06:27:35 +00:00
Aiden Cline 71ccf72898 ignore: add danieljoshuanazareth to disavow list (#18476) 2026-03-20 21:34:07 -04:00
github-actions[bot] 1477804b1c Update VOUCHED list
https://github.com/anomalyco/opencode/issues/18464#issuecomment-4101766628
2026-03-21 01:28:40 +00:00
Luke Parker 763c116502 fix: lots of desktop stability, better e2e error logging (#18300) 2026-03-20 00:12:06 -04:00
Aiden Cline 2dd6e169a1 chore: denounce ai spammer (#17901) 2026-03-16 22:38:15 -05:00
Luke Parker 3a91561593 fix(ci): workaround by using hoisted Bun linker on Windows (#17751) 2026-03-16 08:39:06 +00:00
Luke Parker f6c30b85cf fix(ci): keep test runs on dev (#17260) 2026-03-13 09:54:34 +10:00
Luke Parker ec4b4dc0c3 fix(ci): use dynamic bun cache path for cross-platform support (#17120) 2026-03-12 03:19:28 +00:00
Luke Parker 8c6ddb0afe feat(windows): add arm64 release targets for cli and desktop (#16696) 2026-03-12 00:25:09 +00:00
Brendan Allan b534031e0d ci: setup node in tauri build 2026-03-11 16:09:17 +08:00
Dax Raad fad2b23698 ci: cancel duplicate workflow runs and add read permissions
- Add concurrency settings to cancel outdated runs when new commits are pushed
- Add contents: read permission for security hardening
- Remove redundant required job that checked test results
2026-03-10 17:17:11 -04:00
Dax Raad 3ee64041c5 ci: install setuptools to prevent Python distutils errors during dependency installation 2026-03-10 14:08:38 -04:00
Karan Handa b6484e6bdb fix(storybook): add ci build workflow (#16760) 2026-03-09 09:33:19 -05:00
Brendan Allan b2b29ac148 ci: remove electron beta requirement 2026-03-04 22:38:23 +08:00
Brendan Allan f82d73e2b9 ci: only publish electron on beta 2026-03-04 22:21:56 +08:00
Brendan Allan dffd2d0ae4 desktop: add electron version (#15663) 2026-03-04 15:12:34 +08:00
Adam 9c52e2b4cb chore: fix docs sync permissions 2026-03-02 11:42:20 -06:00
Adam f51f3a8bb5 chore: update docs locale sync workflow 2026-02-27 09:18:17 -06:00
Luke Parker 3409375fd6 fix: most segfaults on windows with Bun v1.3.10 stable (#15181) 2026-02-26 17:55:01 +10:00
adamelmore b73992034a chore: move glossary 2026-02-25 10:29:05 -06:00
Ryan Vogel 6ec0996134 chore(workflows): label vouched users and restrict vouch managers (#15075) 2026-02-25 14:56:03 +00:00
Dax Raad 81ca7c0479 ci: auto-resolve merge conflicts in beta sync using opencode
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-24 23:17:31 -05:00
Luke Parker 173b320bec upgrade to bun 1.3.10 canary and force baseline builds always (#14843) 2026-02-24 16:06:45 +10:00
Luke Parker a8c67558f4 ci: use bun baseline build to avoid segfaults (#14839) 2026-02-24 10:15:19 +10:00
Luke Parker 22ec72c5f7 ci: add Windows to unit test matrix (#14836) 2026-02-24 09:33:33 +10:00
Ryan Vogel 4ae6dd6c09 fix: update workflows for better automation (#14809) 2026-02-23 16:51:29 -05:00
github-actions[bot] 199b57d2d7 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/13659#issuecomment-3941825887
2026-02-22 22:28:32 +00:00
github-actions[bot] a001e278fd Update VOUCHED list
https://github.com/anomalyco/opencode/issues/14616#issuecomment-3939773562
2026-02-22 00:23:58 +00:00
Adam 90c0bdbd2d chore: updated locale glossaries and docs sync workflow 2026-02-21 04:58:27 -06:00
Brendan Allan 3fbd2363db desktop: publish betas to separate repo (#14376) 2026-02-20 22:33:21 +08:00
Ryan Vogel b24620bb0f chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST (#14208) 2026-02-18 18:16:43 -05:00
opencode-agent[bot] a2d4ae9f82 chore: generate 2026-02-18 22:21:17 +00:00
Ryan Vogel 77595cb3ce chore: add compliance checks for issues and PRs with recheck on edit (#14170) 2026-02-18 17:20:23 -05:00