toofifty/Upsert PR Comment
Add or update a comment on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| identifier | Unique identifier for the message. Can be literally anything unique | yes | — |
| insert | Initial message to print. Use <!-- UPDATE_TEMPLATE --> to designate where updated content will go | yes | — |
| update | Content to place into templated area on subsequent runs. If there is no template, it will replace the initial message | no | — |
| update-template | Template marker for updates. Defaults to `<!-- UPDATE_TEMPLATE -->` | no | — |
| prepend-newline | Whether to prepend a newline to the update content. Default true | no | — |
| remove-regex | Regex containing a text pattern to remove when updating a comment | no | — |
| repo-token | A GitHub token for API access. | no | — |
| repo-token-user-login | A user login associated with your token, for temporary repo tokens this is `github-actions[bot]`. | no | — |
Outputs
no outputs