From 51209ffcc004f80a3766b3e5f2d2fbb88e094253 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me>
Date: Wed, 12 Jun 2024 21:57:53 +0200
Subject: [PATCH] Stop linking to the feedback issue in quarantine MRs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Rémy Coutable <remy@rymai.me>
---
 keeps/quarantine_flaky_tests.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keeps/quarantine_flaky_tests.rb b/keeps/quarantine_flaky_tests.rb
index 8c4cf4cf09b2c..befbbe880126a 100644
--- a/keeps/quarantine_flaky_tests.rb
+++ b/keeps/quarantine_flaky_tests.rb
@@ -194,8 +194,8 @@ def construct_change(filename, line_number, description, flaky_issue)
         [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process)
         to help us increase `master` stability.
 
-        Please let us know your feedback
-        [in the dedicated issue](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues/447).
+        Please let us know your feedback in the
+        [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues).
 
         Related to #{flaky_issue['web_url']}.
         MARKDOWN
-- 
GitLab