timfallmk/PR Check Status Notifier JS
Monitors PR checks and notifies when all checks (except specified ones) have passed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| excluded-checks | Comma-separated list of check names to exclude | no | notify-check |
| notification-message | Custom notification message (use {user} for PR owner mention) | no | @{user} All checks have passed! ✅\nThis PR is ready! |
| poll-interval | Polling interval in seconds | no | 30 |
| timeout | Maximum time to wait in minutes | no | 30 |
Outputs
no outputs