Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dangerfile-bundle_size « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 122002c1a7b07eda97e95697e2903b51eddd2bea (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true
# This file isn't named "Dangerfile" so that it's not imported by default since it's only meant to be run in the `bundle-size-review` job.

comment = `cat ./bundle-size-review/comparison.md`

unless comment.strip.empty?
  markdown(<<~MARKDOWN)
    #{comment}
  MARKDOWN
end