| Age | Commit message (Collapse) | Author |
|
|
|
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
|
|
|
|
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.
|
|
Beta releases no longer trigger unnecessary Winget submissions, and release
finalization now completes even when some build artifacts are missing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add contents: read permission for checkout
- Use github.token instead of secrets.GITHUB_TOKEN
|
|
- 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
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|