Skip to content

Commit 7c27a05

Browse files
authored
Avoid labeling all PRs as 'text-input' (flutter#157805)
After flutter#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)
1 parent 8b7d0c3 commit 7c27a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
'a: text input':
4141
- changed-files:
42-
- any-glob-to-any-file:
43-
- '**/text/*'
42+
- all-globs-to-any-file:
4443
- '**/*text*'
44+
- '!**/*context*'
4545

4646
'd: api docs':
4747
- changed-files:

0 commit comments

Comments
 (0)