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
github-comment parameter is boolean so that users can decide only whether comment will be created, not content of the comment.
To-be (request)
github-comment parameter can be boolean or string.
if github-comment is true, use default comment content.
else if github-comment is string, create comment whose content is that string.
The text was updated successfully, but these errors were encountered:
Can I resolve this issue on my own and make PR? @amondnet
kimjson
changed the title
Feature request: enabling users to customize github comment
Feature request: enable users to customize github comment
Nov 30, 2020
As-is
github-comment parameter is boolean so that users can decide only whether comment will be created, not content of the comment.
To-be (request)
github-comment parameter can be boolean or string.
if github-comment is true, use default comment content.
else if github-comment is string, create comment whose content is that string.
The text was updated successfully, but these errors were encountered: