From d9773f44b1ffc556f4cfc04899f11de0754d8eaa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:32:38 +0000 Subject: [PATCH] Change GitHub alert from NOTE to TIP in VCS comments Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com> --- src/Appwrite/Vcs/Comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Vcs/Comment.php b/src/Appwrite/Vcs/Comment.php index a66706a4a2..2a08b701f0 100644 --- a/src/Appwrite/Vcs/Comment.php +++ b/src/Appwrite/Vcs/Comment.php @@ -193,7 +193,7 @@ class Comment } $tip = $this->tips[array_rand($this->tips)]; - $text .= "\n
\n\n> [!NOTE]\n> $tip\n\n"; + $text .= "\n
\n\n> [!TIP]\n> $tip\n\n"; return $text; }