-
-
Notifications
You must be signed in to change notification settings - Fork 309
/
Copy pathlabeler.yml
350 lines (297 loc) · 18.5 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
# Add labels to any any pull request with changes to the specified paths
Android:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/android/**/*'
🖥️ MacOS:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/macos/**/*'
Assets cache:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/assets/cache/**/*'
navigation:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/widgets/smooth_navigation_bar.dart'
🔁 Background tasks:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_manager.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/offline_tasks_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_crop.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_image.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_upload.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_add_price.dart'
📚 Documentation:
- changed-files:
- any-glob-to-any-file: 'README.md'
- any-glob-to-any-file: 'packages/smooth_app/android/fastlane/README.md'
- any-glob-to-any-file: 'packages/smooth_app/README.md'
- any-glob-to-any-file: 'packages/smooth_app/lib/l10n/README.md'
Dependencies:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/pubspec.yaml'
- any-glob-to-any-file: 'packages/data_importer/pubspec.yaml'
- any-glob-to-any-file: 'packages/scanner/zxing/pubspec.yaml'
- any-glob-to-any-file: 'packages/scanner/ml_kit/pubspec.yaml'
- any-glob-to-any-file: 'packages/scanner/shared/pubspec.yaml'
- any-glob-to-any-file: 'packages/app_store/shared/pubspec.yaml'
- any-glob-to-any-file: 'packages/app_store/uri_store/pubspec.yaml'
- any-glob-to-any-file: 'packages/data_importer_shared/pubspec.yaml'
- any-glob-to-any-file: 'packages/app_store/google_play/pubspec.yaml'
- any-glob-to-any-file: 'packages/app_store/apple_app_store/pubspec.yaml'
🍎 iOS:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/ios/**/*'
⚡️ Fastlane:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/ios/Gemfile.lock'
- any-glob-to-any-file: 'packages/smooth_app/android/Gemfile.lock'
Asset cache:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/assets/cache/**/*'
Web:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/web/**/*'
🧪 Tests:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/test/**/*.md'
- any-glob-to-any-file: 'packages/smooth_app/test/widget_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/basic_test.dart'
- any-glob-to-any-file: 'packages/scanner/shared/test/shared_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/integration_test/app_test.dart'
- any-glob-to-any-file: 'packages/data_importer/test/data_importer_test.dart'
- any-glob-to-any-file: 'packages/scanner/mlkit/test/scanner_mlkit_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/plural_translation_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/smooth_ui_library/basic_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/utils/string_extensions_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/dialogs_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/pages/user_preferences_page_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/utils/text_input_formatters_tests.dart'
- any-glob-to-any-file: 'packages/data_importer_shared/test/data_importer_shared_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/tests_utils/mocks.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/tests_utils/goldens.dart'
- any-glob-to-any-file: 'packages/smooth_app/test_driver/screenshot_driver.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/pages/generic_lib/widgets/smooth_error_card_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/smooth_ui_library/dialogs/smooth_category_picker_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/tests_utils/path_provider_mock.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/smooth_ui_library/animations/smooth_reveal_animation_test.dart'
Database:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/database/**/*'
🌐 l10n:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/l10n/**/*'
History:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/history_page.dart'
⚙️ Settings:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_page.dart'
⚙️🥗 Food preferences:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/widgets/attribute_button.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/preferences/user_preferences_attribute_group.dart'
🤗 Onboarding:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/onboarding/**/*'
- any-glob-to-any-file: 'packages/smooth_app/assets/onboarding/**/*'
🤳🥫 Scan:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/**/*'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/continuous_scan_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/scan_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/abstract_camera_image_getter.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/ml_kit_scan_page.dart'
🤳🥫 MLKit:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/ml_kit_scan_page.dart'
Amazon Appstore:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/entrypoints/android/main_amazon_appstore.dart'
F-Droid:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/entrypoints/android/main_fdroid.dart'
Huawei AppGallery:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/entrypoints/android/main_huawei_appgallery.dart'
🤳🥫 ZXing:
- changed-files:
- any-glob-to-any-file: 'packages/scanner/zxing/**/*'
Product addition:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/add_new_product_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/new_product_page.dart'
🥫 Product page:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/**/*'
📖 Knowledge panels:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/cards/product_cards/knowledge_panels/**/*'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/reorderable_knowledge_panel_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/reordered_knowledge_panel_cards.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/standard_knowledge_panel_cards.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_table_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_world_map_card.dart'
📖 Knowledge panels - Table widget:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_table_card.dart'
📖 Knowledge panels - Map widget:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_world_map_card.dart'
🤖 Robotoff:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/database/robotoff_questions_query.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/cards/product_cards/question_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/product_questions_widget.dart'
Hunger Games:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/hunger_games/question_answers_options.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/hunger_games/question_card.dart'
Summary card:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/summary_card.dart'
📈 Analytics:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/onboarding/consent_analytics_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/assets/onboarding/analytics.svg'
- any-glob-to-any-file: 'packages/smooth_app/lib/helpers/analytics_helper.dart'
Goldens:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/test/pages/goldens'
- any-glob-to-any-file: 'packages/smooth_app/test/tests_utils/goldens.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/pages/goldens/user_preferences_page-dark.png'
- any-glob-to-any-file: 'packages/smooth_app/test/pages/goldens/user_preferences_page-light.png'
- any-glob-to-any-file: 'packages/smooth_app/test/smooth_ui_library/widgets/goldens/smooth_view_finder.png'
- any-glob-to-any-file: 'packages/smooth_app/test/smooth_ui_library/widgets/goldens/smooth_view_finder-animation.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Improving-dark.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Translate-dark.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Improving-light.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Translate-light.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Software development-dark.png'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/generic_lib/goldens/user_preferences_page_dialogs_Software development-light.png'
GitHub:
- changed-files:
- any-glob-to-any-file: '.github/**/*'
👥 User management:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_management/#_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_management/forgot_password_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_management/sign_up_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_settings.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_food.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_dev_mode.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/user_preferences_attribute_group.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/helpers/user_management_helper.dart'
Ranking:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/helpers/product_compatibility_helper.dart'
Generic lib:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/generic_lib'
🖼️ Photos - Cropping:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/image_crop_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/crop_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_crop.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/product_image_crop_button.dart'
User lists:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product_list_user_dialog_helper.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/common/product_list_page.dart'
Product scan carousel:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/scan/carousel/scan_carousel.dart'
autocomplete:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/input/smooth_autocomplete_text_field.dart'
✏️ Editing:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_product_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/input/smooth_autocomplete_text_field.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/add_other_details_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/simple_input_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/simple_input_page_helpers.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/simple_input_text_field.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/edit_product_image_viewer.dart'
✏️ Editing - Nutrition input:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/nutrition_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/nutrition_page_loader.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_add_nutrient_button.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_availability_container.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_availability_container.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_container_helper.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_facts_editor.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_serving_size.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/nutrition_page/widgets/nutrition_serving_switch.dart'
#tag picker:
✏️ Editing - Category picker:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/category_tree_supplier.dart'
- any-glob-to-any-file: 'packages/smooth_app/example/smooth_category_picker_example.dart'
- any-glob-to-any-file: 'packages/smooth_app/generic_lib/dialogs/smooth_category_picker.dart'
- any-glob-to-any-file: 'packages/smooth_app/test/dialogs/smooth_category_picker_test.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/category_query_model.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/query_category_tree_supplier.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/smooth_category.dart'
✏️ Editing - 📦 Packaging input:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_new_packagings.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/ocr_packaging_helper.dart'
✏️ Editing - Basic info input:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/add_basic_details_page.dart'
OCR page:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_ocr/edit_ocr_main_action.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_ocr/edit_ocr_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_ocr/ocr_ingredients_helper.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/edit_ocr/ocr_packaging_helper.dart'
Prices:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/background/background_task_add_price.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/location_list_supplier.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/database/dao_osm_location.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/locations/location_map_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/locations/search_location_preloaded_item.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/get_prices_model.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_amount_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_amount_field.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_button.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_currency_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_currency_selector.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_data_widget.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_date_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_location_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_model.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_product_widget.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/prices_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_proof_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/prices_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/product_price_add_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_add_product_card.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/prices/price_scan_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/onboarding/currency_selector.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/onboarding/currency_selector_helper.dart'
router:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/navigator/app_navigator.dart'
🛣️ Road to scores:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/product_incomplete_card.dart'
tagline:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/news_feed/newsfeed_json.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/news_feed/newsfeed_model.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/data_models/news_feed/newsfeed_provider.dart'
🖼️ Photos - Photo manager:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/image/product_image_gallery_other_view.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/image/product_image_other_page.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_view.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_tabs.dart'
moderation:
- changed-files:
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/report_product/report_product_header.dart'
- any-glob-to-any-file: 'packages/smooth_app/lib/pages/product/report_product/report_product_page.dart'