feat(ci): P1-5 CI触发可靠性监控 - 定时检测PR未触发CI并告警 #435
Reference in New Issue
Block a user
Delete Branch "feat/ci-trigger-monitor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
P1-5 CI触发可靠性加固
1. CI触发监控告警
新增定时监控workflow,每5分钟检查一次所有open PR的CI触发状态:
2. 核心逻辑
文件变更
.gitea/workflows/ci-trigger-monitor.yml- 定时监控workflowscripts/ci_trigger_monitor.py- 监控脚本CI全绿,自动审批通过。