-
Notifications
You must be signed in to change notification settings - Fork 424
Expand file tree
/
Copy pathobjective-mapping.json
More file actions
95 lines (95 loc) · 2.29 KB
/
Copy pathobjective-mapping.json
File metadata and controls
95 lines (95 loc) · 2.29 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_comment": "Objective mapping for GitHub labels -> numeric values. For this repo, bugs, security, incidents, reliability, and real feature delivery should dominate. Generated reports, testing noise, automation bookkeeping, and documentation-only work are intentionally low fallback values so portfolio reports surface substantive work first.",
"label_to_value": {
"critical": 100,
"p0": 100,
"priority-critical": 100,
"priority-p0": 100,
"agentic-campaign": 95,
"security": 95,
"security-fix": 95,
"supply-chain": 90,
"bug": 85,
"high-priority": 80,
"priority-high": 80,
"priority: high": 80,
"priority-p1": 80,
"reliability": 75,
"workflow-reliability": 75,
"incident": 75,
"deployment-failure": 75,
"enhancement": 70,
"feature": 70,
"tool-improvement": 55,
"copilot-opt": 50,
"workflow-optimization": 45,
"performance": 45,
"safe-outputs": 40,
"compiler": 40,
"improvement": 35,
"mcp": 35,
"cli": 35,
"actions": 35,
"engine": 35,
"compatibility": 35,
"optimization": 35,
"workflow": 25,
"workflows": 25,
"dx": 25,
"developer-experience": 25,
"quick-win": 25,
"maintenance": 20,
"refactoring": 20,
"code-quality": 20,
"automated-fix": 20,
"testing": 20,
"test": 20,
"observability": 20,
"lint-monster": 20,
"dependencies": 10,
"telemetry": 10,
"automation": 10,
"automated-analysis": 10,
"analysis": 10,
"agentic-workflows": 10,
"documentation": 5,
"report": 5,
"daily-report": 5,
"automated-report": 5,
"outcomes": 5,
"experiment": 5,
"question": 0,
"good first issue": 0,
"ai-generated": 0,
"ai-inspected": 0
},
"multi_label_logic": "max",
"priority_labels": [
"critical",
"p0",
"priority-critical",
"priority-p0",
"agentic-campaign",
"security",
"security-fix",
"supply-chain",
"bug",
"high-priority",
"priority-high",
"priority: high",
"priority-p1",
"incident",
"deployment-failure",
"reliability",
"workflow-reliability",
"enhancement",
"feature",
"tool-improvement",
"workflow-optimization",
"copilot-opt",
"performance",
"safe-outputs",
"compiler",
"compatibility"
]
}