From f5d4641383c88a29a3e5ca1c29c0231fb5a7e0c0 Mon Sep 17 00:00:00 2001 From: Andy Soiron <asoiron@gitlab.com> Date: Thu, 15 Feb 2024 09:45:00 +0100 Subject: [PATCH] Update danger background migration comment --- tooling/danger/required_stops.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/danger/required_stops.rb b/tooling/danger/required_stops.rb index 788be5d70e636..f32d07950e0b0 100644 --- a/tooling/danger/required_stops.rb +++ b/tooling/danger/required_stops.rb @@ -17,7 +17,7 @@ module RequiredStops WARNING_COMMENT = <<~COMMENT.freeze Finalizing data migration might be time consuming and require a [required stop](#{DOC_URL}). Check the timings of the underlying data migration. - If possible schedule finalization for the first minor version after the next required stop. + Make sure the backgrond migration was added before the last required stop. COMMENT def add_comment_for_finalized_migrations -- GitLab