You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Centralized label mappings for auto-labeling issues and pull requests based on title keywords",
3
+
"version": "1.0.0",
4
+
"mappings": {
5
+
"issues": {
6
+
"comment": "Note: Only labels that exist in the repository are included",
7
+
"[infra]": "infrastructure",
8
+
"[infrastructure]": "infrastructure",
9
+
"[docs]": "documentation",
10
+
"[documentation]": "documentation",
11
+
"[dpdk]": "dpdk",
12
+
"[bmv2]": "bmv2",
13
+
"[ebpf]": "ebpf",
14
+
"[p4testgen]": "p4tools",
15
+
"[p4smith]": "p4tools",
16
+
"[p4tools]": "p4tools",
17
+
"[p4tc]": "p4tc",
18
+
"[p4fmt]": "p4fmt",
19
+
"[core]": "core",
20
+
"[p4-spec]": "p4-spec",
21
+
"[control-plane]": "control-plane",
22
+
"[p4runtime]": "control-plane",
23
+
"[frontend]": "core",
24
+
"[midend]": "core",
25
+
"[parser]": "core",
26
+
"[python]": "python",
27
+
"[pna-bmv2]": "pna-bmv2",
28
+
"[psa-bmv2]": "psa-bmv2",
29
+
"[ebpf-psa]": "ebpf-psa"
30
+
},
31
+
"pull_requests": {
32
+
"comment": "Note: Only labels that exist in the repository are included",
33
+
"[core]": "core",
34
+
"[infra]": "infrastructure",
35
+
"[infrastructure]": "infrastructure",
36
+
"[midend]": "core",
37
+
"[parser]": "core",
38
+
"[dpdk]": "dpdk",
39
+
"[p4-spec]": "p4-spec",
40
+
"[bmv2]": "bmv2",
41
+
"[docs]": "documentation",
42
+
"[documentation]": "documentation",
43
+
"[p4testgen]": "p4tools",
44
+
"[p4smith]": "p4tools",
45
+
"[p4tools]": "p4tools",
46
+
"[control-plane]": "control-plane",
47
+
"[p4runtime]": "control-plane",
48
+
"[p4tc]": "p4tc",
49
+
"[p4fmt]": "p4fmt",
50
+
"[frontend]": "core",
51
+
"[ebpf]": "ebpf",
52
+
"[python]": "python",
53
+
"[pna-bmv2]": "pna-bmv2",
54
+
"[psa-bmv2]": "psa-bmv2",
55
+
"[ebpf-psa]": "ebpf-psa"
56
+
}
57
+
},
58
+
"notes": {
59
+
"case_sensitivity": "All keyword matching is case-insensitive",
60
+
"format": "Keywords should be in [brackets] format",
61
+
"label_values": "Must match existing GitHub labels in the repository",
62
+
"adding_labels": "To add new label mappings, first ensure the label exists in the repository, then add the mapping here",
63
+
"excluded_labels": "The following keywords were mentioned in issue #5649 but labels don't exist: [bug], [feature]/[enhancement], [ubpf], [graphs], [tofino]. These can be added once the labels are created in the repository."
0 commit comments