jimmy-ens/PR action
Custom GitHub actions for pull-request or issue in TypeScript
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | — | ${{ github.repository }} |
| issue-number | The number of the issue or pull request in which to create a comment. | — | — |
| body | Body of the comment to be posted | — | — |
| body-path | The path to a file containing the comment body. Cannot be used in conjunction with `body`. | — | — |
| body-variable-1 | A variable to be used in the comment body. Cannot be used in conjunction with `body`. | — | — |
| body-variable-2 | Another variable to be used in the comment body. Cannot be used in conjunction with `body`. | — | — |
Outputs
| name | description |
|---|---|
| comment-id | The ID of the comment |