8000 Merge pull request #9 from ganesh-k13/auto_label · ganesh-k13/numpy@b55e5a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b55e5a0

Browse files
authored
Merge pull request #9 from ganesh-k13/auto_label
BUG, ENH: Added labeler
2 parents 6790873 + 5faa8cb commit b55e5a0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/keylabeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Determines if we search the title (optional). Defaults to true.
2+
matchTitle: true
3+
4+
# Determines if we search the body (optional). Defaults to true.
5+
matchBody: true
6+
7+
# Determines if label matching is case sensitive (optional). Defaults to true.
8+
caseSensitive: false
9+
10+
# Explicit keyword mappings to labels. Form of match:label. Required.
11+
labelMappings:
12+
"BUG": "00 - Bug"
13+
"ENH": "01 - Enhancement"

0 commit comments

Comments
 (0)
0