Skip to content

Commit 169d555

Browse files
[ci] Auto-add triage labels for engine and framework (#10295)
For the PRs corresponding to packages where the primary owner is the engine or framework team (per https://github.com/flutter/flutter/blob/master/docs/triage/README.md#labels), auto-add the appropriate triage label to make it easy to run triage queries. (We intentionally don't do this for the platform triage labels because it's common for platform teams to only need to interact with a PR for part of the PR's lifetime, so the labels are managed manually; that shouldn't be an issue for these package-based filters.) Also adds a missing auto-label for `two_dimensional_scrollables`. (There's an issue filed for updating the repo tooling to auto-validate that all packages have auto-label rules.)
1 parent 035004d commit 169d555

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

.github/labeler.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
'p: google_adsense':
6868
- changed-files:
6969
- any-glob-to-any-file:
70-
- packages/google_adsense/**
70+
- packages/google_adsense/**/*
7171

7272
'p: google_identity_services':
7373
- changed-files:
7474
- any-glob-to-any-file:
75-
- packages/google_indentity_services_web/**
75+
- packages/google_indentity_services_web/**/*
7676

7777
'p: google_fonts':
7878
- changed-files:
7979
- any-glob-to-any-file:
80-
- packages/google_fonts/**
80+
- packages/google_fonts/**/*
8181

8282
'p: google_maps_flutter':
8383
- changed-files:
@@ -164,6 +164,11 @@
164164
- any-glob-to-any-file:
165165
- packages/standard_message_codec/**/*
166166

167+
'p: two_dimensional_scrollables':
168+
- changed-files:
169+
- any-glob-to-any-file:
170+
- packages/two_dimensional_scrollables/**/*
171+
167172
'p: url_launcher':
168173
- changed-files:
169174
- any-glob-to-any-file:
@@ -243,3 +248,22 @@
243248
- packages/*/*_windows/**/*
244249
- packages/**/windows/**/*
245250

251+
'triage-engine':
252+
- changed-files:
253+
- any-glob-to-any-file:
254+
- packages/vector_graphics/**/*
255+
- packages/vector_graphics_codec/**/*
256+
- packages/vector_graphics_compiler/**/*
257+
- third_party/packages/flutter_svg/**/*
258+
- third_party/packages/flutter_svg_test/**/*
259+
260+
'triage-framework':
261+
- changed-files:
262+
- any-glob-to-any-file:
263+
- packages/animations/**/*
264+
- packages/flutter_lints/**/*
265+
- packages/go_router/**/*
266+
- packages/go_router_builder/**/*
267+
- packages/google_fonts/**/*
268+
- packages/two_dimensional_scrollables/**/*
269+
- third_party/packages/cupertino_icons/**/*

0 commit comments

Comments
 (0)