Commit 58ddbc5d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch '210311-add-link-ro-danger-review-job' into 'master'

Add a link to the 'danger-review' job

Closes #210311

See merge request gitlab-org/gitlab!32549
parents 9d73d1e9 d73ef010
...@@ -7,8 +7,12 @@ danger.import_plugin('danger/plugins/helper.rb') ...@@ -7,8 +7,12 @@ danger.import_plugin('danger/plugins/helper.rb')
danger.import_plugin('danger/plugins/roulette.rb') danger.import_plugin('danger/plugins/roulette.rb')
danger.import_plugin('danger/plugins/changelog.rb') danger.import_plugin('danger/plugins/changelog.rb')
unless helper.release_automation? return if helper.release_automation?
GitlabDanger.new(helper.gitlab_helper).rule_names.each do |file|
danger.import_dangerfile(path: File.join('danger', file)) gitlab_danger = GitlabDanger.new(helper.gitlab_helper)
end
gitlab_danger.rule_names.each do |file|
danger.import_dangerfile(path: File.join('danger', file))
end end
markdown("**If needed, you can retry the [`danger-review` job](#{ENV['CI_JOB_URL']}) that generated this comment.**") if gitlab_danger.ci?
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment