parthibanrajasekaran/delivery-intel
Instant delivery health check for any GitHub repo. Grade, evidence, and PR guardrail in one action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 17, 2026
- License
- MIT
Pinned Snippet
uses: parthibanrajasekaran/delivery-intel@03e7c3572133b5a70090208f65b7f7010e234aab # v1.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to analyse in owner/repo format. Defaults to the current repository. | no | ${{ github.repository }} |
| token | GitHub token for API access. Defaults to the workflow GITHUB_TOKEN. | no | ${{ github.token }} |
| fail-below | Exit with code 2 if the delivery score is below this value (0–100). Set to 0 to disable. | no | 40 |
| pr-comment | Write a policy-aware PR comment via gh CLI when running on a pull_request event. | no | false |
| flags | Additional CLI flags to pass (e.g. "--trend --risk --json"). The --v2 flag is always included. | no | "" |
Outputs
| name | description |
|---|---|
| score | Overall delivery health score (0–100). |
| grade | Letter grade (A+, A, A-, B+, B, B-, C+, C, C-, D, F). |
| deploy-frequency | Deploy frequency tier: Elite | High | Medium | Low. |
| lead-time | Lead time tier: Elite | High | Medium | Low. |
| change-failure-rate | Change failure rate tier: Elite | High | Medium | Low. |
| mean-time-to-restore | Mean time to restore tier: Elite | High | Medium | Low. |