-
Notifications
You must be signed in to change notification settings - Fork 429
[Feature] 实现面向治理流程的 Outgoing Webhooks #433
Copy link
Copy link
Open
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p3低优先级 / Low priority triage bucket.低优先级 / Low priority triage bucket.triage/deferred暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.
Metadata
Metadata
Assignees
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p3低优先级 / Low priority triage bucket.低优先级 / Low priority triage bucket.triage/deferred暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.
Problem
项目的“提交 -> 审核 -> 发布”周期目前依赖用户主动刷新页面查看。接入 Webhook可以与企业通讯工具(如飞书、钉钉、Slack)联动。
Proposed Solution
在 Namespace 级别允许配置 Webhook URL。
定义核心事件:REVIEW_PENDING(审核提醒)、SKILL_PUBLISHED(发布通知)、SKILL_REJECTED(驳回通知)、PROMOTION_REQUESTED(提升申请)。
实现可靠的事件推送机制(带重试与签名校验),帮助团队更高效地协作处理审核任务。
Alternatives Considered
No response
Impact
No response
Contract Or SDK Impact
No response