Skip to content

Conversation

@WebsByTodd
Copy link
Collaborator

@WebsByTodd WebsByTodd commented Sep 17, 2025

nedtwigg added a commit that referenced this pull request Sep 18, 2025
Copy link
Member

@nedtwigg nedtwigg left a comment

Choose a reason for hiding this comment

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

  • for PRs, the edit and the add are identified correctly 👍
  • for issues, the edit and and the add are both identified as add 👎
  • I'm going to merge it anyway and track the unresolved aspect of the problem in the original issue #21

Comment on lines +252 to +277
"type": "GH_EDIT_COMMENT",
"unique_key": "github.com:diffplug/gitcasso:NaN",
},
"title": "TITLE_TODO",
"upperDecoration": <React.Fragment>
<span
className="font-mono text-muted-foreground text-sm"
>
diffplug/gitcasso
</span>
<span
className="ml-2 font-medium"
>
PR #
NaN
</span>
</React.Fragment>,
},
{
"for": "id=new_comment_field name=comment[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field overtype-input",
"spot": {
"domain": "github.com",
"number": 58,
"slug": "diffplug/gitcasso",
"title": "TODO_TITLE",
"type": "GH_PR_ADD_COMMENT",
Copy link
Member

Choose a reason for hiding this comment

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

for PRs, the first textarea is GH_EDIT_COMMENT and the second one is GH_PR_ADD_COMMENT. That is great!

Comment on lines +188 to +217
"type": "GH_ISSUE_ADD_COMMENT",
"unique_key": "github.com:diffplug/gitcasso:56",
},
"title": "TITLE_TODO",
"upperDecoration": <React.Fragment>
<span
className="flex h-4 w-4 flex-shrink-0 items-center justify-center"
>
<IssueOpenedIcon
size={16}
/>
</span>
#
56
<a
className="truncate hover:underline"
href="https://github.com/diffplug/gitcasso"
>
diffplug/gitcasso
</a>
</React.Fragment>,
},
{
"for": "id=:ra7: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 56,
"slug": "diffplug/gitcasso",
"title": "TODO_TITLE",
"type": "GH_ISSUE_ADD_COMMENT",
Copy link
Member

@nedtwigg nedtwigg Sep 18, 2025

Choose a reason for hiding this comment

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

for issues, both the top and the bottom are identified as GH_ISSUE_ADD_COMMENT. That has to get fixed.

@nedtwigg nedtwigg merged commit c9abebd into main Sep 18, 2025
1 check passed
@nedtwigg nedtwigg deleted the feature/edit-comments branch September 18, 2025 08:58
Sign up for free to 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.

3 participants