Skip to content

Commit

Permalink
Create keylabeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Sep 1, 2024
1 parent 71aa428 commit 312d8b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/keylabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Determines if we search the title (optional). Defaults to true.
matchTitle: true

# Determines if we search the body (optional). Defaults to true.
matchBody: false

# Determines if label matching is case sensitive (optional). Defaults to true.
caseSensitive: true

# Explicit keyword mappings to labels. Form of match:label. Required.
labelMappings:
"fix:": "bug"
"feat:": "enhancement"
"docs:": "documentation"

0 comments on commit 312d8b3

Please sign in to comment.