File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}/.github Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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:docs " : " part:docs"
16+ " part:tests " : " part:tests"
17+ " part:tooling " : " part:tooling"
18+ " part:❓ " : " part:❓"
19+ # TODO(cookiecutter): Add other parts
20+ # Please have in mind that that the part:xxx should be created as a issue
21+ # label in the GitHub repository"
You can’t perform that action at this time.
0 commit comments