Skip to content

Commit b71247d

Browse files
authored
Migrate engine labeler to top level (#161212)
Hoist engine/src/flutter/.github/labeler.yml to top-level labeler.
1 parent ff27e4a commit b71247d

File tree

2 files changed

+38
-61
lines changed

2 files changed

+38
-61
lines changed

.github/labeler.yml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- '**/linux/**/*'
2626
- '**/macos/**/*'
2727
- '**/windows/**/*'
28+
- engine/src/flutter/shell/platform/darwin/common/**/*
2829

2930
'a: internationalization':
3031
- changed-files:
@@ -60,6 +61,16 @@
6061
- any-glob-to-any-file:
6162
- examples/**/*
6263

64+
'e: embedder':
65+
- changed-files:
66+
- any-glob-to-any-file:
67+
- engine/src/flutter/shell/platform/embedder
68+
69+
'e: impeller':
70+
- changed-files:
71+
- any-glob-to-any-file:
72+
- engine/src/flutter/impeller/**/*
73+
6374
engine:
6475
- changed-files:
6576
- any-glob-to-any-file:
@@ -139,18 +150,44 @@ platform-android:
139150
- changed-files:
140151
- any-glob-to-any-file:
141152
- docs/platform/android/**/*
153+
- engine/src/flutter/shell/platform/android/**/*
142154
- packages/flutter_tools/*android*'
143155
- packages/flutter_tools/gradle/**/*
144156

145157
platform-ios:
146158
- changed-files:
147159
- any-glob-to-any-file:
160+
- engine/src/flutter/shell/platform/darwin/common/**/*
161+
- engine/src/flutter/shell/platform/darwin/ios/**/*
148162
- packages/flutter_tools/lib/src/ios/**/*
149163

164+
platform-fuchsia:
165+
- changed-files:
166+
- any-glob-to-any-file:
167+
- engine/src/flutter/shell/platform/fuchsia/**/*
168+
169+
platform-linux:
170+
- changed-files:
171+
- any-glob-to-any-file:
172+
- engine/src/flutter/shell/platform/linux/**/*
173+
174+
platform-macos:
175+
- changed-files:
176+
- any-glob-to-any-file:
177+
- engine/src/flutter/src/flutter/shell/platform/darwin/common/**/*
178+
- engine/src/flutter/shell/platform/darwin/macos/**/*
179+
150180
platform-web:
151181
- changed-files:
152182
- any-glob-to-any-file:
153-
- packages/flutter_web_plugins/**/*
183+
- '**/web_sdk/**/*'
184+
- engine/src/flutter/lib/web_ui/**/*
185+
- packages/flutter_web_plugins
186+
187+
platform-windows:
188+
- changed-files:
189+
- any-glob-to-any-file:
190+
- engine/src/flutter/shell/platform/windows/**/*
154191

155192
'customer: gallery':
156193
- changed-files:

engine/src/flutter/.github/labeler.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)