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 7c71265 + f800410 commit 8225588Copy full SHA for 8225588
.github/keylabeler.yml
@@ -0,0 +1,20 @@
1
+# KeywordLabeler app configuration. For more information check:
2
+# https://github.com/ZeWaka/KeywordLabeler#readme
3
+
4
+# Determines if we search the title (optional). Defaults to true.
5
+matchTitle: true
6
7
+# Determines if we search the body (optional). Defaults to true.
8
+matchBody: true
9
10
+# Determines if label matching is case sensitive (optional). Defaults to true.
11
+caseSensitive: true
12
13
+# Explicit keyword mappings to labels. Form of match:label. Required.
14
+labelMappings:
15
+ "part:data-pipeline": "part:data-pipeline"
16
+ "part:docs": "part:docs"
17
+ "part:power-distribution": "part:power-distribution"
18
+ "part:tests": "part:tests"
19
+ "part:tooling": "part:tooling"
20
+ "part:❓": "part:❓"
0 commit comments