Sha256: 83658ce1de7efc60f1c77ac6e3bd460cbd158db1816ff4431767781a705c8d67
Contents?: true
Size: 376 Bytes
Versions: 40
Compression:
Stored size: 376 Bytes
Contents
# This rule is the last one since we only want to post the "retry" message if there are anything to be posted. # There's no job to retry locally. return unless helper.ci? anything_to_post = status_report.values.any?(&:any?) if anything_to_post markdown("**If needed, you can retry the [🔁 `danger-review` job](#{ENV['CI_JOB_URL']}) that generated this comment.**") end
Version data entries
40 entries across 40 versions & 1 rubygems