Skip to content

Commit 8225588

Browse files
authored
Add KeywordLabeler app configuration (#11)
2 parents 7c71265 + f800410 commit 8225588

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/keylabeler.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)