Resolving comments
See original GitHub issueWith long threads on pull requests and issues, there’s often feedback that you’d want resolve as either taken care of or no longer relevant.
GitHub will already collapse comments on diffs that have since been updated:
<div align="center"> </div>It would be awesome if we could mark any comment as “resolved” in order to clean up threads and make them easier to review later
<div align="center">New "resolve" button in dropdown menu
A resolved comment
</div>In order to do this without an API from GitHub, I figure a convention could be used in the comment body.
Could you just add some tests?
#resolved
Refined GitHub could automatically collapse comments with #resolved
in the body, and add a button to automatically edit the comment to tack on #resolved
at the end.
Thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:19
- Comments:20 (18 by maintainers)
Top Results From Across the Web
How to Delete Comments in Word - Lifewire
Resolve a comment: Choose a comment. Go to Review and choose Resolve. Use Previous and Next buttons to go to another comment. This...
Read more >Mark comments as done - Microsoft Support
Click a comment in the Comments pane. Check the box below the comment to mark it as done. Image of command for marking...
Read more >How to Add and Remove Comments in Word - How-To Geek
To resolve a comment, hover over the comment and click the “Resolve” button. Resolve a comment. The comment will remain in the sidebar,...
Read more >Microsoft Word | How to add, delete and resolve comments
Leaving comments on a document is one way to communicate with our peers when reviewing documents. In this video, we will cover how...
Read more >How to resolve any comment in Word Document ? (Method 1)
Want to mark any query as resolved written on a particular Word document? With Resolved Feature, you can simply mark any comment or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alternatively, we could just save the comment ID as resolved in
chrome.storage.local
.Yeah, that solution would not need an external GH App and it could be easy to implement. However I’d rather not hide the comment in a
details
. Maybe some thing like:Comment marked as resolved by @thejameskyle