summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
AgeCommit message (Collapse)Author
2026-02-24ci: add Windows to unit test matrix (#14836)Luke Parker
2026-02-23fix: update workflows for better automation (#14809)Ryan Vogel
2026-02-21chore: updated locale glossaries and docs sync workflowAdam
2026-02-20desktop: publish betas to separate repo (#14376)Brendan Allan
2026-02-18chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST ↵Ryan Vogel
(#14208)
2026-02-18chore: add compliance checks for issues and PRs with recheck on edit (#14170)Ryan Vogel
2026-02-18ci: allow commits on top of beta PRs (#11924)Caleb Norton
2026-02-18ci: add nix-eval workflow for cross-platform flake evaluation (#12175)Jérôme Benoit
2026-02-17ci: fixed missing if condition (#13934)Goni Zahavy
2026-02-17ci: fixed Rust cache for 'cargo install' in publish.yml (#13907)Goni Zahavy
2026-02-16ci: fixed apt cache not working in publish.yml (#13897)Goni Zahavy
2026-02-12feat: update to not post comment on workflows when no duplicates found (#13238)Ryan Vogel
2026-02-12Testing SignPath Integration (#13308)Brendan Allan
2026-02-11chore: update docs sync workflowAdam
2026-02-09ci: filter daily recaps to community-only and fix vouch workflow ↵Ryan Vogel
authentication (#12910)
2026-02-09feat: integrate vouch & stricter issue trust management system (#12640)Ryan Vogel
2026-02-09wip(docs): i18n (#12681)Adam
2026-02-09fix(nix): watch scripts in nix-hashes workflow (#12818)Jérôme Benoit
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-05chore: align windows test runner to blacksmith (#12364)Luke Parker
2026-02-02ci: add ratelimits handling for close-stale-prs.yml (#11578)Goni Zahavy
2026-02-02ci: use native ARM runner for faster Linux ARM buildsDax Raad
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
2026-02-02ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costsDax Raad
2026-02-02ciDax Raad
2026-02-01ci: enable typecheck on push to dev branch to catch type errors immediately ↵Dax Raad
after merge
2026-02-01ci: Fix Pulumi version conflict in deploy workflowFrank
Added a workaround to fix Pulumi version conflict in the deployment workflow.
2026-02-01ci: restrict nix-hashes workflow to dev branch pushes onlyDax Raad
Remove pull_request trigger and limit push trigger to dev branch to prevent unnecessary workflow runs on feature branches and PRs. The workflow will now only execute when dependency files change on the dev branch.
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-31ci: fixed stale pr workflow (#11310)Goni Zahavy
2026-01-31ci: fix nix hash issue (#11530)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-31fix(ci): portable hash parsing in nix-hashes workflow (#11533)Jérôme Benoit
2026-01-31fix(nix): restore native runners for darwin hash computation (#11495)Jérôme Benoit
2026-01-31tui: allow specifying custom models file path via OPENCODE_MODELS_PATHDax Raad
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31ci: copy models fixture for e2e test consistencyDax Raad
2026-01-31ci: run tests automatically when code is pushed to dev branchDax 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-30ci: increase ARM runner to 8 vCPUs for faster Tauri buildsDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30syncDax Raad