From 1f23fae0295a04d678068ba331c9569864772a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 22 Feb 2024 15:37:07 +0100 Subject: [PATCH] Ping opf/operations --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index b29f1481dbff..3e464b81f625 100644 --- a/Dangerfile +++ b/Dangerfile @@ -5,5 +5,5 @@ def added_or_modified_migrations? end if added_or_modified_migrations? - warn "This PR has migration-related changes on a release branch. Ping @machisuji" + warn "This PR has migration-related changes on a release branch. Ping @opf/operations" end