Avoid labeling all PRs as 'text-input' (#157805)
After https://github.com/flutter/flutter/pull/157650 all PRs are being labeled as text-input by the PR labeler. I think the config is missing an `all` based on the [negation example](https://github.com/actions/labeler/blob/main/README.md#basic-examples)
This commit is contained in:
parent
8b7d0c3b22
commit
7c27a05a54
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@ -39,9 +39,9 @@
|
||||
|
||||
'a: text input':
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/text/*'
|
||||
- all-globs-to-any-file:
|
||||
- '**/*text*'
|
||||
- '!**/*context*'
|
||||
|
||||
'd: api docs':
|
||||
- changed-files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user