Merge pull request #10669 from appwrite/copilot/update-github-comment-title

Change GitHub alert from NOTE to TIP in VCS build comments
This commit is contained in:
Matej Bačo 2025-10-20 16:03:59 +02:00 committed by GitHub
commit 411951f9d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,7 +193,7 @@ class Comment
}
$tip = $this->tips[array_rand($this->tips)];
$text .= "\n<br>\n\n> [!NOTE]\n> $tip\n\n";
$text .= "\n<br>\n\n> [!TIP]\n> $tip\n\n";
return $text;
}