marocchino/Sticky Pull Request Comment

Create comment on pull request, if exists update that comment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
headerHeader to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time.no""
appendIndicate if new comment messages should be appended to previous comment message. Only `true` is allowed. Just skip this item when you don't need it.nofalse
recreateIndicate if previous comment should be removed before creating a new comment. Only `true` is allowed. Just skip this item when you don't need it.nofalse
deletedelete the previously created comment. Only `true` is allowed. Just skip this item when you don't need it.nofalse
only_createonly create a new comment if there is no existing one, otherwise do nothing. Only `true` is allowed. Just skip this item when you don't need it. This options has higher priority than hide_and_recreate, hide.nofalse
only_updateonly update a exist comment if there is existing one, otherwise do nothing. Only `true` is allowed. Just skip this item when you don't need it.nofalse
hide_detailshide summary tags in the previously created comment. Only `true` is allowed. Just skip this item when you don't need it.nofalse
hidehide previously created comment. Only `true` is allowed. Just skip this item when you don't need it.nofalse
hide_and_recreateIndicate if previous comment should be hide before creating a new comment. Only `true` is allowed. Just skip this item when you don't need it.nofalse
hide_classifyThe reasons a piece of content can be reported or minimized. SPAM, ABUSE, OFF_TOPIC, OUTDATED, DUPLICATE, RESOLVED.noOUTDATED
messagecomment message. When used together with path, use `{{{content}}}` as a placeholder in the message where the file content should be inserted.no
pathglob path to file(s) containing comment message. When message is also provided and contains `{{{content}}}`, the file content is embedded at that placeholder position.no
ignore_emptyIndicates whether to ignore missing or empty messagesnofalse
skip_unchangedonly update or recreate if message is different from previous. Only `true` is allowed. Just skip this item when you don't need it.nofalse
follow_symbolic_linksIndicates whether to follow symbolic links for pathnofalse
numberpull request number for push eventno
number_forcepull request number for any eventno
ownerAnother repo owner, If not set, the current repo owner is used by default. Note that when you trying changing a repo, be aware that GITHUB_TOKEN should also have permission for that repository.no
repoAnother repo name limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's.no
GITHUB_TOKENThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}.no${{ github.token }}
namedescription
previous_comment_idID of previous comment, if found
created_comment_idID of newly created comment, if any