Skip to content

Commit 2be476d

Browse files
author
Casey Hillers
authored
[labeler] Fix adding labels when name is directory (flutter#128243)
flutter#126002
1 parent a3ddead commit 2be476d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
# See https://github.com/actions/labeler/blob/main/README.md for docs.
66
'a: accessibility':
7+
- '**/accessibility/*'
78
- '**/*accessibility*'
9+
- '**/semantics/*'
810
- '**/*semantics*'
911

1012
'a: animation':
13+
- '**/animation/*'
1114
- '**/*animation*'
1215

1316
'a: internationalization':
@@ -20,6 +23,7 @@
2023
- packages/flutter_test/**/*
2124

2225
'a: text input':
26+
- '**/text/*'
2327
- '**/*text*'
2428

2529
'd: api docs':
@@ -35,25 +39,34 @@ engine:
3539
- bin/internal/engine.version
3640

3741
'f: cupertino':
42+
- '**/cupertino/*'
3843
- '**/*cupertino*'
3944

4045
'f: focus':
46+
- '**/focus/*'
4147
- '**/*focus*'
4248

4349
'f: gestures':
50+
- '**/gestures/*'
4451
- '**/*gestures*'
4552

4653
'f: material design':
54+
- '**/material/*'
4755
- '**/*material*'
4856

4957
'f: routes':
58+
- '**/navigator/*'
5059
- '**/*navigator*'
60+
- '**/route/*'
5161
- '**/*route*'
5262

5363
'f: scrolling':
5464
- '**/*scroll*'
65+
- '**/scroll/*'
5566
- '**/*sliver*'
67+
- '**/sliver/*'
5668
- '**/*viewport*'
69+
- '**/viewport/*'
5770

5871
framework:
5972
- packages/flutter/**/*

0 commit comments

Comments
 (0)