8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6790873 + 5faa8cb commit b55e5a0Copy full SHA for b55e5a0
.github/keylabeler.yml
@@ -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