fix(agent): reactions show the agent, not "Ghost" #105

Merged
ffaerber merged 1 commits from fix/react-as-agent-not-ghost into main 2026-07-07 15:20:12 +02:00
Owner

Symptom: the 👀 reaction on an issue/comment an agent is working shows a tooltip of "Ghost".

Cause: the 👀/🚀/😕 reaction steps posted with the built-in GITEA_TOKEN, whose Actions-bot has no persistent Gitea user, so reactions render as "Ghost".

Fix: react with the routed agent's own token (SELF_TOKEN) so the tooltip shows the real agent. The 👀 step moves to just after prep (it now needs the routed name), so it appears a few seconds later instead of instantly; the done/failed steps DELETE eyes with the same token that added it.

**Symptom:** the 👀 reaction on an issue/comment an agent is working shows a tooltip of **"Ghost"**. **Cause:** the 👀/🚀/😕 reaction steps posted with the built-in `GITEA_TOKEN`, whose Actions-bot has no persistent Gitea user, so reactions render as "Ghost". **Fix:** react with the routed agent's own token (`SELF_TOKEN`) so the tooltip shows the real agent. The 👀 step moves to just after `prep` (it now needs the routed name), so it appears a few seconds later instead of instantly; the done/failed steps `DELETE eyes` with the same token that added it.
ffaerber added 1 commit 2026-07-07 15:19:26 +02:00
fix(agent): react as the routed agent, not the Ghost Actions bot
ci / lint (pull_request) Successful in 11s
ci / lint (push) Skipped
9eaaf4cd3f
ffaerber added 1 commit 2026-07-07 15:19:26 +02:00
fix(agent): react as the routed agent, not the Ghost Actions bot
ci / lint (pull_request) Successful in 11s
ci / lint (push) Skipped
9eaaf4cd3f
ffaerber merged commit 53ac2b7ba8 into main 2026-07-07 15:20:12 +02:00
ffaerber deleted branch fix/react-as-agent-not-ghost 2026-07-07 15:20:12 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gitea/agents#105