Skip to content

Commit e69024d

Browse files
Fix labeler not actually doing any labeling (#139596)
flutter/flutter#139511 The initial formatting that landed just prevented it from failing, but it turns out the new format is completely overhauled.
1 parent 5bce16d commit e69024d

File tree

1 file changed

+94
-73
lines changed

1 file changed

+94
-73
lines changed

.github/labeler.yml

Lines changed: 94 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -4,116 +4,137 @@
44

55
# See https://github.com/actions/labeler/blob/main/README.md for docs.
66
'a: accessibility':
7-
- any:
8-
- '**/accessibility/*'
9-
- '**/*accessibility*'
10-
- '**/semantics/*'
11-
- '**/*semantics*'
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- '**/accessibility/*'
10+
- '**/*accessibility*'
11+
- '**/semantics/*'
12+
- '**/*semantics*'
1213

1314
'a: animation':
14-
- any:
15-
- '**/animation/*'
16-
- '**/*animation*'
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- '**/animation/*'
18+
- '**/*animation*'
1719

1820
'a: desktop':
19-
- any:
20-
- '**/linux/**/*'
21-
- '**/macos/**/*'
22-
- '**/windows/**/*'
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- '**/linux/**/*'
24+
- '**/macos/**/*'
25+
- '**/windows/**/*'
2326

2427
'a: internationalization':
25-
- any:
26-
- packages/flutter_localizations/**/*
28+
- changed-files:
29+
- any-glob-to-any-file:
30+
- packages/flutter_localizations/**/*
2731

2832
'a: tests':
29-
- any:
30-
- packages/flutter_driver/**/*
31-
- packages/flutter_goldens/**/*
32-
- packages/flutter_goldens_client/**/*
33-
- packages/flutter_test/**/*
33+
- changed-files:
34+
- any-glob-to-any-file:
35+
- packages/flutter_driver/**/*
36+
- packages/flutter_goldens/**/*
37+
- packages/flutter_goldens_client/**/*
38+
- packages/flutter_test/**/*
3439

3540
'a: text input':
36-
- any:
37-
- '**/text/*'
38-
- '**/*text*'
41+
- changed-files:
42+
- any-glob-to-any-file:
43+
- '**/text/*'
44+
- '**/*text*'
3945

4046
'd: api docs':
41-
- any:
42-
- examples/api/**/*
47+
- changed-files:
48+
- any-glob-to-any-file:
49+
- examples/api/**/*
4350

4451
'd: examples':
45-
- any:
46-
- examples/**/*
52+
- changed-files:
53+
- any-glob-to-any-file:
54+
- examples/**/*
4755

4856
engine:
49-
- any:
50-
- bin/internal/engine.version
57+
- changed-files:
58+
- any-glob-to-any-file:
59+
- bin/internal/engine.version
5160

5261
'f: cupertino':
53-
- any:
54-
- '**/cupertino/*'
55-
- '**/*cupertino*'
62+
- changed-files:
63+
- any-glob-to-any-file:
64+
- '**/cupertino/*'
65+
- '**/*cupertino*'
5666

5767
'f: focus':
58-
- any:
59-
- '**/focus/*'
60-
- '**/*focus*'
68+
- changed-files:
69+
- any-glob-to-any-file:
70+
- '**/focus/*'
71+
- '**/*focus*'
6172

6273
'f: gestures':
63-
- any:
64-
- '**/gestures/*'
65-
- '**/*gestures*'
74+
- changed-files:
75+
- any-glob-to-any-file:
76+
- '**/gestures/*'
77+
- '**/*gestures*'
6678

6779
'f: material design':
68-
- any:
69-
- '**/material/*'
70-
- '**/*material*'
80+
- changed-files:
81+
- any-glob-to-any-file:
82+
- '**/material/*'
83+
- '**/*material*'
7184

7285
'f: routes':
73-
- any:
74-
- '**/navigator/*'
75-
- '**/*navigator*'
76-
- '**/route/*'
77-
- '**/*route*'
86+
- changed-files:
87+
- any-glob-to-any-file:
88+
- '**/navigator/*'
89+
- '**/*navigator*'
90+
- '**/route/*'
91+
- '**/*route*'
7892

7993
'f: scrolling':
80-
- any:
81-
- '**/*scroll*'
82-
- '**/scroll/*'
83-
- '**/*sliver*'
84-
- '**/sliver/*'
85-
- '**/*viewport*'
86-
- '**/viewport/*'
94+
- changed-files:
95+
- any-glob-to-any-file:
96+
- '**/*scroll*'
97+
- '**/scroll/*'
98+
- '**/*sliver*'
99+
- '**/sliver/*'
100+
- '**/*viewport*'
101+
- '**/viewport/*'
87102

88103
framework:
89-
- any:
90-
- packages/flutter/**/*
91-
- packages/flutter_driver/**/*
92-
- packages/flutter_goldens/**/*
93-
- packages/flutter_goldens_client/**/*
94-
- packages/flutter_test/**/*
95-
- packages/integration_test/**/*
96-
- examples/api/**/*
104+
- changed-files:
105+
- any-glob-to-any-file:
106+
- packages/flutter/**/*
107+
- packages/flutter_driver/**/*
108+
- packages/flutter_goldens/**/*
109+
- packages/flutter_goldens_client/**/*
110+
- packages/flutter_test/**/*
111+
- packages/integration_test/**/*
112+
- examples/api/**/*
97113

98114
'f: integration_test':
99-
- any:
100-
- packages/integration_test/**/*
115+
- changed-files:
116+
- any-glob-to-any-file:
117+
- packages/integration_test/**/*
101118

102119
platform-ios:
103-
- any:
104-
- packages/flutter_tools/lib/src/ios/**/*
120+
- changed-files:
121+
- any-glob-to-any-file:
122+
- packages/flutter_tools/lib/src/ios/**/*
105123

106124
'customer: gallery':
107-
- any:
108-
- examples/flutter_gallery/**/*
125+
- changed-files:
126+
- any-glob-to-any-file:
127+
- examples/flutter_gallery/**/*
109128

110129
'c: tech-debt':
111-
- any:
112-
- '**/fix_data.yaml'
113-
- '**/*.expect'
114-
- '**/*test_fixes*'
130+
- changed-files:
131+
- any-glob-to-any-file:
132+
- '**/fix_data.yaml'
133+
- '**/*.expect'
134+
- '**/*test_fixes*'
115135

116136
tool:
117-
- any:
118-
- packages/flutter_tools/**/*
119-
- packages/fuchsia_remote_debug_protocol/**/*
137+
- changed-files:
138+
- any-glob-to-any-file:
139+
- packages/flutter_tools/**/*
140+
- packages/fuchsia_remote_debug_protocol/**/*

0 commit comments

Comments
 (0)