[labeler] Fix adding labels when name is directory (#128243)
https://github.com/flutter/flutter/issues/126002
This commit is contained in:
parent
a3ddead1a4
commit
2be476d401
13
.github/labeler.yml
vendored
13
.github/labeler.yml
vendored
@ -4,10 +4,13 @@
|
||||
|
||||
# See https://github.com/actions/labeler/blob/main/README.md for docs.
|
||||
'a: accessibility':
|
||||
- '**/accessibility/*'
|
||||
- '**/*accessibility*'
|
||||
- '**/semantics/*'
|
||||
- '**/*semantics*'
|
||||
|
||||
'a: animation':
|
||||
- '**/animation/*'
|
||||
- '**/*animation*'
|
||||
|
||||
'a: internationalization':
|
||||
@ -20,6 +23,7 @@
|
||||
- packages/flutter_test/**/*
|
||||
|
||||
'a: text input':
|
||||
- '**/text/*'
|
||||
- '**/*text*'
|
||||
|
||||
'd: api docs':
|
||||
@ -35,25 +39,34 @@ engine:
|
||||
- bin/internal/engine.version
|
||||
|
||||
'f: cupertino':
|
||||
- '**/cupertino/*'
|
||||
- '**/*cupertino*'
|
||||
|
||||
'f: focus':
|
||||
- '**/focus/*'
|
||||
- '**/*focus*'
|
||||
|
||||
'f: gestures':
|
||||
- '**/gestures/*'
|
||||
- '**/*gestures*'
|
||||
|
||||
'f: material design':
|
||||
- '**/material/*'
|
||||
- '**/*material*'
|
||||
|
||||
'f: routes':
|
||||
- '**/navigator/*'
|
||||
- '**/*navigator*'
|
||||
- '**/route/*'
|
||||
- '**/*route*'
|
||||
|
||||
'f: scrolling':
|
||||
- '**/*scroll*'
|
||||
- '**/scroll/*'
|
||||
- '**/*sliver*'
|
||||
- '**/sliver/*'
|
||||
- '**/*viewport*'
|
||||
- '**/viewport/*'
|
||||
|
||||
framework:
|
||||
- packages/flutter/**/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user