From 7505939d14cff2ad45f0aca9ca27803a984cb0cb Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Tue, 5 Nov 2024 12:41:23 -0500 Subject: [PATCH] [ci] Add vector_graphics and flutter_svg to autolabeler Adds autolabel rules for the new packages. --- .github/labeler.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index ec925d3343e..c7d1a1d531e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -68,6 +68,12 @@ - any-glob-to-any-file: - packages/flutter_plugin_android_lifecycle/**/* +'p: flutter_svg': + - changed-files: + - any-glob-to-any-file: + - third_party/packages/flutter_svg/**/* + - third_party/packages/flutter_svg_test/**/* + 'p: flutter_template_images': - changed-files: - any-glob-to-any-file: @@ -188,6 +194,13 @@ - any-glob-to-any-file: - packages/url_launcher/**/* +'p: vector_graphics': + - changed-files: + - any-glob-to-any-file: + - packages/vector_graphics/**/* + - packages/vector_graphics_codec/**/* + - packages/vector_graphics_compiler/**/* + 'p: video_player': - changed-files: - any-glob-to-any-file: