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':
|
'a: text input':
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- all-globs-to-any-file:
|
||||||
- '**/text/*'
|
|
||||||
- '**/*text*'
|
- '**/*text*'
|
||||||
|
- '!**/*context*'
|
||||||
|
|
||||||
'd: api docs':
|
'd: api docs':
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user