From 350848842f1370481408bf32e4fa2c13a4565d7f Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Mon, 14 Jul 2025 15:35:12 +0300 Subject: [PATCH 1/2] PMM-14161 Fix PMM alert template compatibility with MySQL v8.4 --- ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.yml b/ci.yml index e69de29bb2d1..bdf1b617e216 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,3 @@ +deps: + - name: pmm + branch: PMM-14161-make-alert-templates-mysql84-compatible From c0def8d405e108e7c5e603149812e4f5b58afbfb Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Mon, 14 Jul 2025 16:43:02 +0300 Subject: [PATCH 2/2] chore: trigger FB