Skip to content

fix(identity): show display names on CL/Issue timeline system events - #2170

Merged
genedna merged 1 commit into
gitmono-dev:mainfrom
benjamin-747:main
Aug 14, 2026
Merged

fix(identity): show display names on CL/Issue timeline system events#2170
genedna merged 1 commit into
gitmono-dev:mainfrom
benjamin-747:main

Conversation

@benjamin-747

Copy link
Copy Markdown
Collaborator

Lifecycle comments were embedding campsite public ids, and Close/Reopen/Edit rendered that raw text; resolve labels on write and strip actor prefixes in the UI.

Lifecycle comments were embedding campsite public ids, and Close/Reopen/Edit rendered that raw text; resolve labels on write and strip actor prefixes in the UI.

@chatgpt-codex-connectorchatgpt-codex-connectorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit:5fda580e23

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

link,
username,
Some(format!("{username} removed {to_remove:?}")),
Some(format!("{display} removed {to_remove:?}")),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the action token in label events

When display_label_for_actor falls back to a real display name with spaces, this writes comments like Jane Doe removed [1], but the existing label/assignee renderers derive the action from conv.comment?.split(' ')[1] (LabelItem and AssigneeItem), so the timeline shows Doe instead of removed/added/assigned. This affects any actor whose resolved display label is not a single token; keep the persisted prefix parse-compatible or update those renderers to strip the actor/display prefix before reading the verb.

Useful? React with 👍 / 👎.

@genedna
genedna added this pull request to the merge queueAug 14, 2026
Merged via the queue into gitmono-dev:main with commit 2196642Aug 14, 2026
9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@benjamin-747@genedna