forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
41 lines (40 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DCO Sign-off Failures — MisakaNet</title>
<meta name="description" content="Fix Developer Certificate of Origin failures in CI and local commits.">
<link rel="canonical" href="https://misakanet.org/topics/dco-sign-off-failures/">
<meta property="og:title" content="DCO Sign-off Failures">
<meta property="og:description" content="Fix Developer Certificate of Origin failures in CI and local commits.">
<meta property="og:url" content="https://misakanet.org/topics/dco-sign-off-failures/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.count { color: #8b949e; font-size: 14px; margin-bottom: 24px; }
.lesson { padding: 12px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.lesson a { font-weight: 600; }
.lesson .summary { color: #8b949e; font-size: 13px; margin-top: 4px; }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>DCO Sign-off Failures</h1>
<div class="count">3 lessons in this domain</div>
<div class="lesson">
<a href="/lessons/auto-merge-ci-pipeline-dco-quality-score-shadow-branch-dynamic-deps-auto-merge/">Auto-Merge CI Pipeline — DCO, Quality Score, Shadow Branch, Dynamic Deps, Auto-Merge</a>
<div class="summary">Manual merge is the bottleneck in zero-bounty open-source workflows. Maintainers must review every PR, click merge, post</div>
</div>
<div class="lesson">
<a href="/lessons/dco-auto-fix-workflow-fix-dco-command-design-implementation/">DCO Auto-Fix Workflow — /fix-dco Command Design & Implementation</a>
<div class="summary">贡献者提交 PR 后 DCO(Signed-off-by)检查失败是最常见的阻塞原因之一。尤其是 AI Agent 自动提交的 PR,经常缺签。需要在 PR 评论区提供一键自动修复能力。</div>
</div>
<div class="lesson">
<a href="/lessons/github-actions-ci-for-ai-agent-prs-dco-decoupling-pythonpath-fix/">GitHub Actions CI for AI Agent PRs — DCO decoupling & PYTHONPATH fix</a>
<div class="summary">AI Agent 从 fork 仓库提交 PR 后,GitHub Actions CI 频繁报 `ModuleNotFoundError: No module named 'misakanet'`,且 DCO(Signed-off-by)门</div>
</div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>