-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathrelease-drafter.yml
112 lines (108 loc) · 2.35 KB
/
release-drafter.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
categories:
- title: '🔥 Features'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bug :bug:'
- title: 'Google Summer of Code 2022'
label: 'GSoC22'
- title: '💯 Benchmarking'
label: 'benchmarking'
- title: '📜 Documentation'
label: 'documentation :book:'
- title: ' Testing'
label: 'testing'
- title: 'Arithmetic'
label: 'arithmetic'
- title: 'Array API'
label: 'array API'
- title: 'Classification'
label: 'classification'
- title: 'Cluster'
label: 'cluster'
- title: 'Communication'
labels:
- 'io'
- 'I/O'
- 'communication'
- title: 'Complex Math'
label: 'complex math'
- title: 'Constants'
label: 'constants'
- title: 'Datasets'
label: 'datasets'
- title: 'Devices'
label: 'devices'
- title: 'DNDarray'
label: 'dndarray'
- title: 'Exponential'
label: 'exponential'
- title: 'Factories'
label: 'factories'
- title: 'Graph'
label: 'graph'
- title: 'Indexing'
label: 'indexing'
- title: 'Interoperability'
label: 'interoperability'
- title: 'Linear Algebra'
label: 'linalg'
- title: 'Logical'
label: 'logical'
- title: 'Manipulations'
label: 'manipulation'
- title: 'Memory'
label: 'memory'
- title: 'Naive Bayes'
label: 'naive Bayes'
- title: 'Neural Networks'
labels:
- 'nn'
- 'neural net'
- title: 'Optimization'
label: 'optim'
- title: 'Printing'
label: 'printing'
- title: 'Random'
label: 'random'
- title: 'Regression'
label: 'regression'
- title: 'Relational'
label: 'relational'
- title: 'Rounding'
label: 'rounding'
- title: 'Sanitation'
label: 'sanitation'
- title: 'Signal'
label: 'signal'
- title: 'Sparse'
label: 'sparse'
- title: 'Spatial'
label: 'spatial'
- title: 'Statistics'
label: 'statistics'
- title: 'Stride Tricks'
label: 'stride tricks'
- title: 'Tiling'
label: 'tiling'
- title: 'Trigonometrics'
label: 'trigonometrics'
- title: 'Types'
label: 'types'
exclude-labels:
- 'github-actions'
- 'dependencies'
- 'chore'
- 'workflows'
autolabeler:
- label: 'chore'
title:
- '\[pre-commit.ci\] .*'
change-template: '- #$NUMBER $TITLE (by @$AUTHOR)'
category-template: '### $TITLE'
template: |
## Changes
$CHANGES
## Contributors
$CONTRIBUTORS