From 501e3c4a1c93834e5f13f1b70020b7f2366d7fdf Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Tue, 29 Jun 2021 13:20:42 -0700 Subject: [PATCH] Update the rules for the post-merge labeler (#379) The existing pattern isn't matching; this replaces it with more explicit rules that are more similar to what flutter/plugins is successfully using. --- .github/post_merge_labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/post_merge_labeler.yml b/.github/post_merge_labeler.yml index 79dbb677ed..5784fbf1d9 100644 --- a/.github/post_merge_labeler.yml +++ b/.github/post_merge_labeler.yml @@ -1,2 +1,3 @@ 'needs-publishing': - - ./**/pubspec.yaml + - packages/**/pubspec.yaml + - third_party/packages/**/pubspec.yaml