55# See https://github.com/actions/labeler/blob/main/README.md for docs.
66' a: accessibility ' :
77 - any :
8- - ' **/* accessibility* '
9- - ' **/* semantics* ''
8+ - accessibility
9+ - semantics
1010
1111' a: animation ' :
1212 - any :
13- - ' **/* animation* '
13+ - animation
1414
1515' a: internationalization ' :
1616 - any :
17- - packages/flutter_localizations/**/*
17+ - packages/flutter_localizations/**
1818
1919' a: test ' :
2020 - any :
21- - packages/flutter_driver/**/*
22- - packages/flutter_goldens/**/*
23- - packages/flutter_goldens_client/**/*
24- - packages/flutter_test/**/*
21+ - packages/flutter_driver/**
22+ - packages/flutter_goldens/**
23+ - packages/flutter_goldens_client/**
24+ - packages/flutter_test/**
2525
2626' a: text input ' :
2727 - any :
28- - ' **/* text* '
28+ - text
2929
3030' d: api docs ' :
3131 - any :
32- - examples/api/**/*
32+ - examples/api/**
3333
3434' d: examples ' :
3535 - any :
36- - examples/**/*
36+ - examples/**
3737
3838documentation :
3939 - any :
40- - examples/api/**/*
40+ - examples/api/**
4141
4242engine :
4343 - any :
4444 - bin/internal/engine.version
4545
4646' f: cupertino ' :
4747 - any :
48- - ' **/* cupertino* '
48+ - cupertino
4949
5050' f: focus ' :
5151 - any :
52- - ' **/* focus* '
52+ - focus
5353
5454' f: gestures ' :
5555 - any :
56- - ' **/* gestures* '
56+ - gestures
5757
5858' f: material ' :
5959 - any :
60- - ' **/* material* '
60+ - material
6161
6262' f: routes ' :
6363 - any :
64- - ' **/* navigator* '
65- - ' **/* route* '
64+ - navigator
65+ - route
6666
6767' f: scrolling ' :
6868 - any :
69- - ' **/* scroll* '
70- - ' **/* sliver* '
71- - ' **/* viewport* '
69+ - scroll
70+ - sliver
71+ - viewport
7272
7373framework :
7474 - any :
75- - packages/flutter/**/*
76- - packages/flutter_driver/**/*
77- - packages/flutter_goldens/**/*
78- - packages/flutter_goldens_client/**/*
79- - packages/flutter_test/**/*
80- - packages/integration_test/**/*
75+ - packages/flutter/**
76+ - packages/flutter_driver/**
77+ - packages/flutter_goldens/**
78+ - packages/flutter_goldens_client/**
79+ - packages/flutter_test/**
80+ - packages/integration_test/**
8181
8282integration_test :
8383 - any :
84- - packages/integration_test/**/*
84+ - packages/integration_test/**
8585
8686platform-ios :
8787 - any :
88- - packages/flutter_tools/lib/src/ios/**/*
88+ - packages/flutter_tools/lib/src/ios/**
8989
9090team :
9191 - any :
9292 - ' **/pubspec.yaml'
9393 - ' **/fix_data.yaml'
9494 - ' **/*.expect'
9595 - ' **/*test_fixes*'
96- - .github/**/*
97- - dev/**/*
98- - examples/**/*
99- - packages/flutter_goldens/**/*
100- - packages/flutter_goldens_client/**/*
96+ - dev/**
97+ - examples/**
98+ - packages/flutter_goldens/**
99+ - packages/flutter_goldens_client/**
101100
102101' team: gallery ' :
103102 - any :
104- - examples/flutter_gallery/**/*
103+ - examples/flutter_gallery/**
105104
106105tech-debt :
107106 - any :
@@ -111,5 +110,5 @@ tech-debt:
111110
112111tool :
113112 - any :
114- - packages/flutter_tools/**/*
115- - packages/fuchsia_remote_debug_protocol/**/*
113+ - packages/flutter_tools/**
114+ - packages/fuchsia_remote_debug_protocol/**
0 commit comments