paumava/Pull Request Check Run Action
Create or modify a check run on the latest commit of a PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | no | ${{ github.token }} |
| repository | The owner, slash repository name. | no | ${{ github.repository }} |
| issue_number | The number of the pull request. | no | — |
| conclusion | The conclusion of the check run: action_required, cancelled, failure, neutral, success, skipped, timed_out | no | — |
| status | The status of the check run: queued, in_progress, completed | no | completed |
| name | This is displayed as the name of the check run | yes | — |
| title | Short text explaining the check run | no | "" |
| summary | Long description of the check run | no | "" |
| target_url | URL/URI to use for further details. | no | — |
Outputs
no outputs