From 7bcf0f4431b6847fedefda47fdad47ec626ff772 Mon Sep 17 00:00:00 2001
From: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com>
Date: Mon, 17 Aug 2026 11:02:27 +0700
Subject: [PATCH] docs(examples): use the project mark in the PR comment
template
The comment header carried a robot emoji, which reads as generic
AI-tool branding. GitHub comments cannot render inline SVG, so point
an
at the icon the docs site already serves.
---
docs/content/examples.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/examples.mdx b/docs/content/examples.mdx
index e237f15..c31d5cd 100644
--- a/docs/content/examples.mdx
+++ b/docs/content/examples.mdx
@@ -40,7 +40,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
- body: `## 🤖 Cursor Review\n\n${process.env.SUMMARY}`
+ body: `##
Cursor Review\n\n${process.env.SUMMARY}`
})
```