infra-blocks/Status Report Action
This action provides a status report from a reusable GitHub action or workflow as a PR comment. The report is updated in place everytime it is published.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | The action mode. Either "upsert" or "clear". | no | upsert |
| body | The report content. | no | — |
| issue-number | The issue where to post the comment. This defaults to the PR number on pull request events, otherwise, it should be provided. | no | — |
| repository | The repository of the action that is publishing the report. Defaults to env.status-report-action-repository. | no | — |
Outputs
| name | description |
|---|---|
| comment-id | The comment ID of the status report. |