-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlabels.yml
130 lines (130 loc) · 3.9 KB
/
labels.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
- name: Bug
color: "#e11d21"
aliases: [bug]
description: "Probably a bug."
- name: "Close (?)"
color: "#f9d0c4"
description: "Potentially stale or out of date issues."
- name: Discussion
color: "#eaa1c1"
description: "An issue opened for, or undergoing discussion."
aliases: [discussion needed]
- name: Documentation
color: "#0052cc"
description: "Affects the documentation."
aliases: [documentation]
- name: Duplicate
color: "#cfd3d7"
description: "This issue or pull request already exists."
aliases: [duplicate]
# Effort
- name: Effort High
color: "#d4c5f9"
description: "Requires a large time investment."
- name: Effort Medium
color: "#d4c5f9"
description: "Requires a moderate time investment."
- name: Effort Low
color: "#d4c5f9"
description: "Requires a small time investment."
# End
- name: Examples
color: "#fef2c0"
description: "Related to the Example Gallery."
- name: Feature Request
color: "#009800"
description: "New feature wanted."
aliases: [enhancement]
- name: Good First Issue
color: "#0d8387"
description: "The best issues for new people to tackle."
aliases: [good first issue]
- name: Infrastructure
color: "#6eb1c9"
description: "Issues or PRs that affect the CI or packaging."
- name: Invalid
color: "#000000"
description: "For issues and PRs which are not valid contributions."
- name: Keep Open
color: "#ffffff"
description: "A label to ward off stale bot."
- name: Merge When CI Passes
color: "#0e8a16"
description: "Hit that merge button when it's all green."
- name: Minor Change
color: "#fad8c7"
description: "PR only needs one approval to merge."
- name: Needs Adoption
color: "#e11d21"
description: "PRs that went stale but should be picked up again and completed."
- name: Needs Review
color: "#2E143F"
description: "Needs review(s) before merge."
- name: No Changelog Entry Needed
color: "#e99695"
description: "Skip all changelog checks."
# Expert
- name: Package Expert
color: "#207de5"
description: "Requires deep technical knowledge of the package; this means little help from reviewers."
- name: Package Intermediate
color: "#207de5"
description: "Requires good technical knowledge of the package."
- name: Package Novice
color: "#207de5"
description: "Requires little technical knowledge of the package."
# End
- name: Performance
color: "#93D3C4"
description: "A label related to the memory or speed or other performance metrics of the code."
# Priority
- name: Priority High
color: "#5319e7"
description: "Rapid action required."
- name: Priority Medium
color: "#5319e7"
description: "Non-urgent action required."
- name: Priority Low
color: "#5319e7"
description: "Rapid action not required."
# End
- name: Question
color: "#d876e3"
description: "For issues that are questions. "
aliases: [question]
# CI Control Labels
- name: Run cron CI
color: "#ffffff"
description: "Run cron CI on this PR."
- name: Run publish
color: "#ffffff"
description: "Run publish CI on this PR."
- name: pre-commit.ci autofix
color: "#ffffff"
description: "Automatically fix pre-commit issues on this PR."
aliases: [pre-commit.ci run]
- name: Run benchmarks
color: "#ffffff"
description: "Run benchmarks on this PR."
# End
- name: Solar Physics Knowledge
color: "#b90ac9"
description: "This requires some understanding of solar physics."
- name: Stale
color: "#ffffff"
description: "The bot will close this PR after 6 months (if enabled on this repo)."
aliases: [stale]
- name: Still Needs Manual Backport
color: "#f97fa4"
description: "This PR needs manually backporting."
aliases: [ManualBackport]
- name: Tests
color: "#0052cc"
description: "Affects tests in some measure."
- name: Upstream Fix Required
color: "#f77960"
description: "A fix needs to go upstream to another package."
- name: Wont Fix
color: "#009800"
description: "This is something we intended and is not a bug."
aliases: [wontfix]