File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
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
Original file line number Diff line number Diff line change 95
95
<PackageReference Include =" ModernWpfUI" Version =" 0.9.4" />
96
96
<PackageReference Include =" NHotkey.Wpf" Version =" 2.1.1" />
97
97
<PackageReference Include =" PropertyChanged.Fody" Version =" 3.4.0" />
98
- <PackageReference Include =" SharpVectors" Version =" 1.8.2" />
99
98
<PackageReference Include =" VirtualizingWrapPanel" Version =" 1.5.8" />
100
99
</ItemGroup >
101
100
Original file line number Diff line number Diff line change 6
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
7
xmlns : flowlauncher =" clr-namespace:Flow.Launcher"
8
8
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
9
- xmlns : svgc =" http://sharpvectors.codeplex.com/svgc/"
10
- xmlns : sys =" clr-namespace:System;assembly=mscorlib"
11
9
xmlns : ui =" http://schemas.modernwpf.com/2019"
12
10
xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
13
11
Name =" FlowMainWindow"
You can’t perform that action at this time.
0 commit comments