forked from unoplatform/uno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
59 lines (49 loc) · 1.11 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# https://github.com/actions/labeler
area/automation:
- src/SamplesApp/*
- src/SamplesApp/**/*
- src/Uno.UI.Tests/*
- src/Uno.UI.Tests/**/*
- src/Uno.UI.Tests.Performance/*
- src/Uno.UI.Tests.Performance/**/*
- src/Uno.UI.Wasm.Tests/*
- src/Uno.UI.Wasm.Tests/**/*
area/android:
- src/Uno.UI.BindingHelper.Android/*
- src/Uno.UI.BindingHelper.Android/**/*
- '**/*.Android.cs'
- '**/*.android.cs'
- '**/*.droid.cs'
area/build:
- build/*
- build/**/*
- '**/*.yml'
- src/Uno.UI.AssemblyComparer/*
- src/Uno.UI.AssemblyComparer/**/*
- src/Uno.UI.TestComparer/*
- src/Uno.UI.TestComparer/**/*
area/code-generation:
- src/SourceGenerators/*
- src/SourceGenerators/**/*
area/community:
- .all-contributorsrc
kind/documentation:
- README.*
- docs/*
- docs/**/*
- '**/*.md'
- '**/*.MD'
- '**/*.txt'
area/ios:
- '**/*.iOS.cs'
- '**/*.ios.cs'
area/solution-templates:
- src/SolutionTemplate/*
- src/SolutionTemplate/**/*
- src/UnoItemTemplate/*
- src/UnoItemTemplate/**/*
area/wasm:
- '**/*.wasm.cs'
- '**/*.WASM.cs'
- src/Uno.UI.Wasm/*
- src/Uno.UI.Wasm/**/*