From 1f38bc3b187f06589bf9010976c36734add9faa3 Mon Sep 17 00:00:00 2001
From: Marcel Amirault <mamirault@gitlab.com>
Date: Thu, 16 Jan 2025 22:14:41 +0900
Subject: [PATCH] Update danger note for docs reviews

Docs reviews are not optional, but the timing is flexible
---
 danger/documentation/Dangerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile
index 5fe3d5d21dfb9..ec26e77e4500a 100644
--- a/danger/documentation/Dangerfile
+++ b/danger/documentation/Dangerfile
@@ -47,7 +47,7 @@ MSG
 
 # For regular pages, prompt for a TW review
 DOCS_UPDATE_SHORT_MESSAGE = <<~MSG
-This merge request adds or changes documentation files. A review from the Technical Writing team before you merge is **recommended**. Reviews can happen after you merge.
+This merge request adds or changes documentation files and requires Technical Writing review. The review should happen before merge, but can be post-merge if the merge request is time sensitive.
 MSG
 
 DOCS_UPDATE_LONG_MESSAGE = <<~MSG.freeze
-- 
GitLab