You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing github pr comment json, each comment has an id attribute. I initially fetched and provided this ID to the action, and it failed to update a comment, instead writing a new one.
Reviewing the docs and the msg output of the action, I realized that the numerical 'comment-id' being used is actually a component of the comment url.
It might be helpful to either update the nomenclature to make sure users know the 'id' being used is from the url, and not the actual id. Alternately, a blurb in the comment-id description which warns that it isn't the github comment id could help future users.
The text was updated successfully, but these errors were encountered:
When viewing github pr comment json, each comment has an id attribute. I initially fetched and provided this ID to the action, and it failed to update a comment, instead writing a new one.
Reviewing the docs and the msg output of the action, I realized that the numerical 'comment-id' being used is actually a component of the comment url.
It might be helpful to either update the nomenclature to make sure users know the 'id' being used is from the url, and not the actual id. Alternately, a blurb in the comment-id description which warns that it isn't the github comment id could help future users.
The text was updated successfully, but these errors were encountered: