File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # The bot always updates the labels, add/remove as necessary [default: false]
2
+ alwaysReplace : false
3
+ # Treats the text and labels as case sensitive [default: true]
4
+ caseSensitive : false
5
+ # Array of labels to be applied to the PR [default: []]
6
+ customLabels :
7
+ # Finds the `text` within the PR title and body and applies the `label`
8
+ - text : ' bug'
9
+ label : ' bug'
10
+ - text : ' fix'
11
+ label : ' bug'
12
+ - text : ' dependabot'
13
+ label : ' bug'
14
+ - text : ' New Crowdin updates'
15
+ label : ' bug'
16
+ - text : ' New Crowdin updates'
17
+ label : ' kind/i18n'
18
+ - text : ' feature'
19
+ label : ' enhancement'
20
+ - text : ' add new'
21
+ label : ' enhancement'
22
+ - text : ' refactor'
23
+ label : ' enhancement'
24
+ - text : ' refactor'
25
+ label : ' Code Refactor'
26
+ # Search the body of the PR for the `text` [default: true]
27
+ searchBody : true
28
+ # Search the title of the PR for the `text` [default: true]
29
+ searchTitle : true
30
+ # Search for whole words only [default: false]
31
+ wholeWords : false
You can’t perform that action at this time.
0 commit comments