| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
https://github.com/anomalyco/opencode/issues/18718#issuecomment-4108322776
|
|
|
|
|
|
https://github.com/anomalyco/opencode/issues/18464#issuecomment-4101766628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
https://github.com/anomalyco/opencode/issues/13659#issuecomment-3941825887
|
|
https://github.com/anomalyco/opencode/issues/14616#issuecomment-3939773562
|
|
|
|
|
|
(#14208)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|