forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
149 lines (102 loc) · 2.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
'p: animations':
- packages/animations/**/*
'p: camera':
- packages/camera/**/*
'p: cross_file':
- packages/cross_file/**/*
'p: css_colors':
- packages/css_colors/**/*
'p: cupertino_icons':
- third_party/packages/cupertino_icons/**/*
'p: dynamic_layouts':
- packages/dynamic_layouts/**/*
'p: espresso':
- packages/espresso/**/*
'p: extension_google_sign_in_as_googleapis_auth':
- packages/extension_google_sign_in_as_googleapis_auth/**/*
'p: file_selector':
- packages/file_selector/**/*
'p: flutter_adaptive_scaffold':
- packages/flutter_adaptive_scaffold/**/*
'p: flutter_image':
- packages/flutter_image/**/*
'p: flutter_lints':
- packages/flutter_lints/**/*
'p: flutter_markdown':
- packages/flutter_markdown/**/*
'p: flutter_migrate':
- packages/flutter_migrate/**/*
'p: flutter_plugin_android_lifecycle':
- packages/flutter_plugin_android_lifecycle/**/*
'p: flutter_template_images':
- packages/flutter_template_images/**/*
'p: go_router':
- packages/go_router/**/*
'p: go_router_builder':
- packages/go_router_builder/**/*
'p: google_identity_services':
- packages/google_indentity_services_web/**
'p: google_maps_flutter':
- packages/google_maps_flutter/**/*
'p: google_sign_in':
- packages/google_sign_in/**/*
'p: image_picker':
- packages/image_picker/**/*
'p: in_app_purchase':
- packages/in_app_purchase/**/*
'p: ios_platform_images':
- packages/ios_platform_images/**/*
'p: local_auth':
- packages/local_auth/**/*
'p: metrics_center':
- packages/metrics_center/**/*
'p: multicast_dns':
- packages/multicast_dns/**/*
'p: palette_generator':
- packages/palette_generator/**/*
'p: path_provider':
- packages/path_provider/**/*
'p: pigeon':
- packages/pigeon/**/*
'p: plugin_platform_interface':
- packages/plugin_platform_interface/**/*
'p: pointer_interceptor':
- packages/pointer_interceptor/**/*
'p: quick_actions':
- packages/quick_actions/**/*
'p: rfw':
- packages/rfw/**/*
'p: shared_preferences':
- packages/shared_preferences/**/*
'p: standard_message_codec':
- packages/standard_message_codec/**/*
'p: url_launcher':
- packages/url_launcher/**/*
'p: video_player':
- packages/video_player/**/*
'p: web_benchmarks':
- packages/web_benchmarks/**/*
'p: webview_flutter':
- packages/webview_flutter/**/*
'p: xdg_directories':
- packages/xdg_directories/**/*
'platform-android':
- packages/*/*_android/**/*
- packages/**/android/**/*
'platform-ios':
- packages/*/*_ios/**/*
- packages/*/*_storekit/**/*
- packages/*/*_wkwebview/**/*
- packages/**/ios/**/*
'platform-linux':
- packages/*/*_linux/**/*
- packages/**/linux/**/*
'platform-macos':
- packages/*/*_macos/**/*
- packages/**/macos/**/*
'platform-web':
- packages/*/*_web/**/*
- packages/**/web/**/*
'platform-windows':
- packages/*/*_windows/**/*
- packages/**/windows/**/*