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:
Jenn Magder 2024-10-29 15:49:17 -07:00 committed by GitHub
parent 8b7d0c3b22
commit 7c27a05a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.github/labeler.yml vendored
View File

@ -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: