artyom/Comment on a pull request
Post a comment to a pull request conversation using provided template and variables to fill the template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to access API (github.token variable) | yes | — |
| template-file | Path to the template file, see https://pkg.go.dev/text/template for syntax details. | yes | — |
| variables-file | Path to the template variables mapping file (JSON). | yes | — |
Outputs
| name | description |
|---|---|
| comment-id | ID of the comment created |
| comment-url | URL pointing to the comment created |