Skip to content

Commit 146f54a

Browse files
Only mark PRs for publishing that change pubspec (flutter#3878)
If a PR didn't change pubspec.yaml, then it doesn't need to be published.
1 parent ad5e88f commit 146f54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/post_merge_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
'needs-publishing':
2-
- packages/*/**
2+
- packages/**/pubspec.yaml

0 commit comments

Comments
 (0)