File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# See https://github.com/actions/labeler/blob/main/README.md for docs.
6
6
' a: accessibility ' :
7
+ - ' **/accessibility/*'
7
8
- ' **/*accessibility*'
9
+ - ' **/semantics/*'
8
10
- ' **/*semantics*'
9
11
10
12
' a: animation ' :
13
+ - ' **/animation/*'
11
14
- ' **/*animation*'
12
15
13
16
' a: internationalization ' :
20
23
- packages/flutter_test/**/*
21
24
22
25
' a: text input ' :
26
+ - ' **/text/*'
23
27
- ' **/*text*'
24
28
25
29
' d: api docs ' :
@@ -35,25 +39,34 @@ engine:
35
39
- bin/internal/engine.version
36
40
37
41
' f: cupertino ' :
42
+ - ' **/cupertino/*'
38
43
- ' **/*cupertino*'
39
44
40
45
' f: focus ' :
46
+ - ' **/focus/*'
41
47
- ' **/*focus*'
42
48
43
49
' f: gestures ' :
50
+ - ' **/gestures/*'
44
51
- ' **/*gestures*'
45
52
46
53
' f: material design ' :
54
+ - ' **/material/*'
47
55
- ' **/*material*'
48
56
49
57
' f: routes ' :
58
+ - ' **/navigator/*'
50
59
- ' **/*navigator*'
60
+ - ' **/route/*'
51
61
- ' **/*route*'
52
62
53
63
' f: scrolling ' :
54
64
- ' **/*scroll*'
65
+ - ' **/scroll/*'
55
66
- ' **/*sliver*'
67
+ - ' **/sliver/*'
56
68
- ' **/*viewport*'
69
+ - ' **/viewport/*'
57
70
58
71
framework :
59
72
- packages/flutter/**/*
You can’t perform that action at this time.
0 commit comments