parthibanrajasekaran/delivery-intel

Instant delivery health check for any GitHub repo. Grade, evidence, and PR guardrail in one action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: parthibanrajasekaran/delivery-intel@03e7c3572133b5a70090208f65b7f7010e234aab # v1.8.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repoRepository to analyse in owner/repo format. Defaults to the current repository.no${{ github.repository }}
tokenGitHub token for API access. Defaults to the workflow GITHUB_TOKEN.no${{ github.token }}
fail-belowExit with code 2 if the delivery score is below this value (0–100). Set to 0 to disable.no40
pr-commentWrite a policy-aware PR comment via gh CLI when running on a pull_request event.nofalse
flagsAdditional CLI flags to pass (e.g. "--trend --risk --json"). The --v2 flag is always included.no""
namedescription
scoreOverall delivery health score (0–100).
gradeLetter grade (A+, A, A-, B+, B, B-, C+, C, C-, D, F).
deploy-frequencyDeploy frequency tier: Elite | High | Medium | Low.
lead-timeLead time tier: Elite | High | Medium | Low.
change-failure-rateChange failure rate tier: Elite | High | Medium | Low.
mean-time-to-restoreMean time to restore tier: Elite | High | Medium | Low.