-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathuniversal.yml
108 lines (107 loc) · 3.48 KB
/
universal.yml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/sync-labels/universal.yml
# See: https://github.com/Financial-Times/github-label-sync#label-config-file
# Maximum lengths:
# name: 50
# description: 100
- name: "conclusion: declined"
color: "940404"
description: Will not be worked on
aliases:
- wontfix
- name: "conclusion: duplicate"
color: "ff0000"
description: Has already been submitted
aliases:
- duplicate
- name: "conclusion: invalid"
color: "ff0000"
description: Issue/PR not valid
aliases:
- invalid
- name: "conclusion: off topic"
color: "ff0000"
description: Off topic for this repository
# For use when it's not possible to do a true transfer
# (PRs, different organizations, or maintainer doesn't have write permissions in target repo).
- name: "conclusion: moved"
color: "940404"
description: Issue/PR moved to another repository
- name: "conclusion: resolved"
color: "00ff00"
description: Issue was resolved
- name: "criticality: highest"
color: "ff0000"
description: Of highest impact
- name: "criticality: high"
color: "ffa200"
description: Of high impact
- name: "criticality: medium"
color: "ffff00"
description: Of moderate impact
- name: "criticality: low"
color: "c0c0c0"
description: Of low impact
# Distinct from the criticality labels in that priority is assigned based on estimated effort in addition to impact.
- name: "priority: high"
color: "ffa200"
description: Resolution is a high priority
- name: "priority: medium"
color: "ffff00"
description: Resolution is a medium priority
- name: "priority: low"
color: "c0c0c0"
description: Resolution is a low priority
- name: "status: changes requested"
color: "ffa200"
description: Changes to PR are required before merge
- name: "status: in progress"
color: "0000ff"
description: Work is in progress on this
- name: "status: on hold"
color: "940404"
description: Do not proceed at this time
- name: "status: waiting for information"
color: "ffff00"
aliases:
- Waiting for feedback
- waiting for feedback
description: More information must be provided before work can proceed
- name: "status: blocked"
color: "940404"
description: Progress on this prevented by an external cause
# Ideally this would be "status: help wanted", but GitHub gives this label special treatment so it's best to leave it
# stock.
- name: help wanted
color: "ffa200"
description: Assistance from the community is especially welcome
- name: "topic: infrastructure"
color: "00ffff"
description: Related to project infrastructure
aliases:
- dependencies
- name: "topic: code"
color: "00ffff"
description: Related to content of the project itself
- name: "topic: documentation"
color: "00ffff"
description: Related to documentation for the project
aliases:
- documentation
# This includes bugs, but avoids confusion for use in non-code contexts.
- name: "type: imperfection"
color: "ff0000"
description: Perceived defect in any part of project
aliases:
- bug
- name: "type: enhancement"
color: "008000"
description: Proposed improvement
aliases:
- enhancement
# All support request issues must be closed as "conclusion: invalid", redirecting the user to the Arduino forum, but
# it's still useful to label the closed issues and this type doesn't fit into the imperfection/enhancement dichotomy.
- name: "type: support"
color: "ff0000"
description: "OT: Request for help using the project"
aliases:
- question