| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
(#14208)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authentication (#12910)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
|
|
|
|
|
|
after merge
|
|
Added a workaround to fix Pulumi version conflict in the deployment workflow.
|
|
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.
|
|
|
|
|
|
|
|
condition
|
|
|
|
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
|
|
|
|
|