int128/comment-action

post a comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
postIf set, post a comment to the pull requestno
update-if-existsIf set, create or update a comment. This must be either replace, append or recreateno
update-if-exists-keyKey for update-if-exists, appended into a commentyes${{ github.workflow }}/${{ github.job }}
runIf set, run a command and post the result to the pull requestno
post-on-successIf set, post a comment on success of the commandno
post-on-failureIf set, post a comment on failure of the commandno
repositoryRepository name in the format of `owner/repo`yes${{ github.repository }}
issue-numberNumber of an issue or pull request on which to create a commentno
tokenGitHub tokenyes${{ github.token }}

no outputs