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 9595 <PackageReference Include =" ModernWpfUI" Version =" 0.9.4" />
9696 <PackageReference Include =" NHotkey.Wpf" Version =" 2.1.1" />
9797 <PackageReference Include =" PropertyChanged.Fody" Version =" 3.4.0" />
98- <PackageReference Include =" SharpVectors" Version =" 1.8.2" />
9998 <PackageReference Include =" VirtualizingWrapPanel" Version =" 1.5.8" />
10099 </ItemGroup >
101100
Original file line number Diff line number Diff line change 66 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
77 xmlns : flowlauncher =" clr-namespace:Flow.Launcher"
88 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"
119 xmlns : ui =" http://schemas.modernwpf.com/2019"
1210 xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
1311 Name =" FlowMainWindow"
You can’t perform that action at this time.
0 commit comments