Change GitHub alert from NOTE to TIP in VCS comments

Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-20 12:32:38 +00:00
parent 46dd8fdc68
commit d9773f44b1

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;
}