Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,28 +1,28 @@
---
title: "GitHub Release Monitoring"
type: concept
tags: []
---
## Definition
GitHub Release 监控模式——通过 GitHub API 追踪指定仓库的 Release 发布动态,自动获取新版本更新信息并触发通知或工作流。
## Implementation
通过 GitHub API `GET /repos/{owner}/{repo}/releases` 获取仓库最新 Release常见触发条件
- 新 Release 发布
- 特定版本号(如 v1.0.0
- Pre-release 版本
- Draft 版本
## Environment Variables
- `GITHUB_TOKEN` — GitHub 个人访问令牌,提升 API 速率限制(未认证 60 req/hr认证 5000 req/hr
## Use Cases
- [[multi-source-tech-news-digest]] — 监控 vLLM、LangChain、Ollama、Dify 等 19 个热门开源项目 Release
- 开发者依赖更新通知
- 安全漏洞补丁追踪
## Related Concepts
- [[Social-Media-Monitoring]] — 同属账号/项目级变更监控
- [[Content-Automation]] — 监控到更新后的自动处理
- [[Daily-Digest]] — 汇总多个仓库更新为每日摘要
---
title: "GitHub Release Monitoring"
type: concept
tags: []
---
## Definition
GitHub Release 监控模式——通过 GitHub API 追踪指定仓库的 Release 发布动态,自动获取新版本更新信息并触发通知或工作流。
## Implementation
通过 GitHub API `GET /repos/{owner}/{repo}/releases` 获取仓库最新 Release常见触发条件
- 新 Release 发布
- 特定版本号(如 v1.0.0
- Pre-release 版本
- Draft 版本
## Environment Variables
- `GITHUB_TOKEN` — GitHub 个人访问令牌,提升 API 速率限制(未认证 60 req/hr认证 5000 req/hr
## Use Cases
- [[multi-source-tech-news-digest]] — 监控 vLLM、LangChain、Ollama、Dify 等 19 个热门开源项目 Release
- 开发者依赖更新通知
- 安全漏洞补丁追踪
## Related Concepts
- [[Social-Media-Monitoring]] — 同属账号/项目级变更监控
- [[Content-Automation]] — 监控到更新后的自动处理
- [[Daily-Digest]] — 汇总多个仓库更新为每日摘要