You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add isolated staging results environment
Refresh the shared Neon staging branch from production before each staged ingest, synchronize the Vercel staging branch from master, and isolate server/CDN/blob caches by environment.
中文:添加隔离的结果预发布环境。每次预发布写入前从生产环境刷新共享 Neon staging 分支,将 Vercel staging 分支同步到 master,并按环境隔离服务端、CDN 和 Blob 缓存。
* fix: overwrite changelog metadata on reingest
Update changelog rows on their workflow/ref natural key and document the destructive staging refresh that replaces the previous unofficial run before every ingest.
中文:重复写入时覆盖 changelog 元数据。按 workflow/ref 自然键更新 changelog 行,并明确预发布环境会在每次写入前执行破坏性刷新,从而替换上一次非官方运行。
* fix: skip source wait for staged ingests
Keep the legacy delay only for direct ingest-agentic-results repository dispatches. Reusable /stage-results calls and manual workflow dispatches now start ingestion immediately.
中文:预发布写入时跳过源运行等待。仅直接 ingest-agentic-results repository dispatch 保留原有延迟;可复用的 /stage-results 调用和手动 workflow dispatch 会立即开始写入。
* fix: scope staging workflow secrets
Document the staging-ref write permission and pass only the secrets required by the reusable staging ingest instead of inheriting the repository secret set.
中文:限制预发布工作流的密钥范围。说明 staging Git 引用写入权限的用途,并仅向可复用预发布写入工作流传递所需密钥,不再继承仓库的全部密钥。
0 commit comments