Improvement idea: switch from comment_includes to comment_tag
If message body had something like this appended <!--- thollander/actions-comment-pull-request "comment_tag" --->
it would be easy to precisely select comment for editing and wouldn't be visible to user.
Benefits:
- independent of message body
- no false-positive matches
- not displayed to user
Improvement idea: switch from
comment_includestocomment_tagIf message body had something like this appended
<!--- thollander/actions-comment-pull-request "comment_tag" --->it would be easy to precisely select comment for editing and wouldn't be visible to user.
Benefits: