Unverified Commit d6a7f346 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Update labeler.yml (#141697)

* `flutter_web_plugins` didn't have a label that would make PRs show up for team triage, now they are assigned to the web team so they don't fall through the cracks
* `flutter_goldens_client` doesn't exist anymore, deleted
* `integration_test` PRs should be treated like `flutter_test` or `flutter_driver` PRs and get the `a: tests` label.
parent c92b634e
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
- any-glob-to-any-file: - any-glob-to-any-file:
- packages/flutter_driver/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens/**/* - packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_test/**/* - packages/flutter_test/**/*
- packages/integration_test/**/*
'a: text input': 'a: text input':
- changed-files: - changed-files:
...@@ -106,7 +106,6 @@ framework: ...@@ -106,7 +106,6 @@ framework:
- packages/flutter/**/* - packages/flutter/**/*
- packages/flutter_driver/**/* - packages/flutter_driver/**/*
- packages/flutter_goldens/**/* - packages/flutter_goldens/**/*
- packages/flutter_goldens_client/**/*
- packages/flutter_localizations/**/* - packages/flutter_localizations/**/*
- packages/flutter_test/**/* - packages/flutter_test/**/*
- packages/integration_test/**/* - packages/integration_test/**/*
...@@ -122,6 +121,11 @@ platform-ios: ...@@ -122,6 +121,11 @@ platform-ios:
- any-glob-to-any-file: - any-glob-to-any-file:
- packages/flutter_tools/lib/src/ios/**/* - packages/flutter_tools/lib/src/ios/**/*
platform-web:
- changed-files:
- any-glob-to-any-file:
- packages/flutter_web_plugins/**/*
'customer: gallery': 'customer: gallery':
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment