-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yml
More file actions
56 lines (55 loc) · 1.51 KB
/
Copy pathlabels.yml
File metadata and controls
56 lines (55 loc) · 1.51 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
# Standard label taxonomy. Synced via reusable workflow.
- name: size/XS
color: c2e0ff
description: 1-10 lines changed
- name: size/S
color: 85c1ff
description: 11-50 lines changed
- name: size/M
color: 4a90d9
description: 51-250 lines changed
- name: size/L
color: 2563a0
description: 251-999 lines changed
- name: size/XL
color: 0e3d6b
description: 1000+ lines changed
- name: risk/low
color: 2da44e
description: Bugbot risk assessment -- low
- name: risk/medium
color: d29922
description: Bugbot risk assessment -- medium
- name: risk/high
color: cf222e
description: Bugbot risk assessment -- high
- name: review/urgent
color: e01e5a
description: Needs same-day review (author-declared)
- name: status/stale
color: 8b949e
description: No activity for 14+ days (auto-applied)
- name: complexity/high
color: 8957e5
description: Non-obvious logic, careful review (author-declared)
- name: domain/scanning
color: 0d9488
description: PR touches code owned by Scanning
- name: domain/findings
color: 14b8a6
description: PR touches code owned by Findings
- name: domain/integrations
color: 2dd4bf
description: PR touches code owned by Integrations
- name: domain/platform
color: 5eead4
description: PR touches code owned by Platform
- name: domain/frontend
color: 99f6e4
description: PR touches code owned by Frontend
- name: domain/infra
color: 0f766e
description: PR touches code owned by Infra
- name: domain/database
color: 115e59
description: PR touches code owned by Database