Skip to content

Commit c102406

Browse files
committed
Make the PR comment "folded"
1 parent 6b1cfe2 commit c102406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/lanes/build.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ def upload_installable_build(product:)
263263
app_display_name: product,
264264
app_icon: ":#{product.downcase}:", # Use Buildkite emoji based on product name
265265
download_url: install_url,
266-
metadata: { Flavor: INSTALLABLE_BUILD_FLAVOR, 'Build Type': INSTALLABLE_BUILD_TYPE }
266+
metadata: { Flavor: INSTALLABLE_BUILD_FLAVOR, 'Build Type': INSTALLABLE_BUILD_TYPE },
267+
fold: true
267268
)
268269

269270
comment_on_pr(

0 commit comments

Comments
 (0)