forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdco-a.json
More file actions
22 lines (22 loc) · 764 Bytes
/
Copy pathdco-a.json
File metadata and controls
22 lines (22 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "dco-a",
"pair": "dco",
"phase": "A",
"description": "Fix a PR that fails DCO check due to missing Signed-off-by line.",
"setup": {
"repo_state": "branch with 1 commit missing sign-off",
"ci_state": "dco-check.yml failing",
"error_message": "DCO check failed — Commit abc1234: Missing Signed-off-by line"
},
"expected_outcome": {
"fix_commands": ["git commit --amend --signoff --no-edit", "git push --force-with-lease"],
"lesson_generated": true,
"lesson_fields": ["title", "domain", "problem", "root_cause", "solution", "verification"]
},
"validation": {
"ci_passes": true,
"lesson_schema_valid": true,
"lesson_has_fix_command": true
},
"teaches": "DCO sign-off requirement and fix pattern"
}