crazy-max/GitHub Status
GitHub Action to check GitHub Status in your workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 28, 2026
- License
- MIT
Pinned Snippet
uses: crazy-max/ghaction-github-status@f0ef9e1cf727f9f76f8485f8c525fa03afc4ec02 # v5.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| overall_threshold | Defines threshold for overall status (also called rollup) of GitHub to fail the job (minor, major or critical) | no | — |
| git_threshold | Defines threshold for Git Operations to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| api_threshold | Defines threshold for API Requests to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| webhooks_threshold | Defines threshold for Webhooks to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| issues_threshold | Defines threshold for Issues to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| prs_threshold | Defines threshold for Pull Requests to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| actions_threshold | Defines threshold for Actions to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| packages_threshold | Defines threshold for Packages to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| pages_threshold | Defines threshold for Pages to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| codespaces_threshold | Defines threshold for Codespaces to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
| copilot_threshold | Defines threshold for Copilot to fail the job (operational, degraded_performance, partial_outage or major_outage) | no | — |
Outputs
no outputs