From 34a821afe2cedff62c3f390a7ef84adac80f46c2 Mon Sep 17 00:00:00 2001
From: Ash McKenzie <amckenzie@gitlab.com>
Date: Mon, 21 Feb 2022 11:17:19 +1100
Subject: [PATCH] Add retry icon to retry danger-review copy

---
 Dangerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dangerfile b/Dangerfile
index ca729f1b9416a..1fc2005498d9d 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
-- 
GitLab