starburst997/Update PR Comment

Create or update a PR comment using the first line as an identifier

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for authenticationno${{ github.token }}
issue-numberPull request or issue number (defaults to current PR number)no""
bodyComment body. The first line is used to identify the comment for updates.no
template-pr-cleanupUse PR cleanup templatenofalse
template-pr-deployUse PR deploy templatenofalse
template-repository-nameRepository name for template (e.g., github.event.repository.name)no${{ github.event.repository.name }}
template-shaCommit SHA for template (e.g., github.sha)no${{ github.sha }}
template-statusStatus for template: 'success', 'progress', or 'fail'no""
template-versionVersion for templateno""
template-future-versionFuture version for templateno""
template-environmentEnvironment for templateno""
template-urlURL for templateno""
template-patternPattern for cleanup templateno""
template-versions-markdownVersions markdown for cleanup templateno""
template-logs-urlLogs URL for templateno${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
update-linked-issueWhether to also update linked issue comments (default: true)notrue
namedescription
comment-idThe ID of the created or updated comment
comment-urlThe URL of the created or updated comment
comment-bodyThe body of the created or updated comment