infra-blocks/Upsert Comment Action
Creates or updates a comment posted by the GitHub Actions bot that matches a regular expression.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| body | The comment content. | yes | — |
| matches | The regular expression used to find existing comment. | yes | — |
| issue-number | The issue where to post the comment. This defaults to the PR number on pull request events, otherwise, it should be provided. | yes | ${{ github.event.pull_request.number }} |
Outputs
| name | description |
|---|---|
| comment-id | The comment ID. |