phulsechinmay/Rewritable Pull Request / Issue Comment
Posts a PR / issue comment that re-writes itself on an update
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github token of the repository (automatically created by Github) | yes | — |
| COMMENT_IDENTIFIER | A unique identifier for the re-writable comment (can be the purpose of the comment) | — | — |
| ISSUE_ID | The identifier for a PR / issue that the comment should be made on. Defaults to the PR that the workflow is running on | — | — |
| message | Message that should be printed in the pull request | yes | — |
Outputs
| name | description |
|---|---|
| comment-id | The ID of the newly created / updated comment |