forked from firka/flutter
Reverts: flutter/flutter#157650 Initiated by: jmagman Reason for reverting: this made the labeler go crazy and put it on everything that didn't contain "context". Original PR Author: jmagman Reviewed By: {christopherfujino} This change reverts the following previous change: https://github.com/flutter/flutter/pull/157646 is being labeled by the PR labeler as "text-input" because it edited "con**text**_runner.dart". ``` ##[debug] "**/*text*" pattern matched packages/flutter_tools/lib/src/context_runner.dart ``` https://github.com/flutter/flutter/actions/runs/11526508378/job/32090756495?pr=157646#step:2:134 Exclude the common "context" word from this label rule. See negation example at https://github.com/actions/labeler/blob/main/README.md#basic-examples.
This commit is contained in:
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -42,8 +42,6 @@
|
||||
- any-glob-to-any-file:
|
||||
- '**/text/*'
|
||||
- '**/*text*'
|
||||
- all-globs-to-all-files:
|
||||
- '!**/*context*'
|
||||
|
||||
'd: api docs':
|
||||
- changed-files:
|
||||
|
||||
Reference in New Issue
Block a user