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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-24 21:19:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-24 21:19:04 +0300
commit94ca43181461c52ca0381d414387b02e579dbc61 (patch)
tree0d73744d7a846e831f2350bf97aa14a4c2dc7d14 /Dangerfile
parentc4b4a75c35cb2015c01ef0b60f8ad8baaaf889df (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index ca729f1b941..1fc2005498d 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -43,5 +43,5 @@ if project_helper.labels_to_add.any?
end
if anything_to_post
- markdown("**If needed, you can retry the [`danger-review` job](#{ENV['CI_JOB_URL']}) that generated this comment.**")
+ markdown("**If needed, you can retry the [🔁 `danger-review` job](#{ENV['CI_JOB_URL']}) that generated this comment.**")
end