File tree Expand file tree Collapse file tree 3 files changed +586
-271
lines changed Expand file tree Collapse file tree 3 files changed +586
-271
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 : ' new plugin'
9
+ label : ' Plugin Submission'
10
+ - text : ' add'
11
+ label : ' Plugin Submission'
12
+ - text : ' bug'
13
+ label : ' bug'
14
+ - text : ' fix'
15
+ label : ' bug'
16
+ - text : ' feature'
17
+ label : ' enhancement'
18
+ # Search the body of the PR for the `text` [default: true]
19
+ searchBody : true
20
+ # Search the title of the PR for the `text` [default: true]
21
+ searchTitle : true
22
+ # Search for whole words only [default: false]
23
+ wholeWords : false
You can’t perform that action at this time.
0 commit comments