developermetrics/DORA lead time for changes

A GitHub Action to roughly calculate DORA lead time for changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowsthe workflow name that is being scanned. Separate multiple workflows with commasyes
owner-repothe target org/repo or owner/repo to run the calculation onyes${{ github.repository }}
default-branchbranch that is deploying to productionyesmain
number-of-daysnumber of days to scanyes30
commit-counting-methodaccepts two values, 'last' - to start timing from the last commit of a PR, and 'first' to start timing from the first commit of a PRyeslast
pat-tokenGitHub PAT Token""
actions-tokenGitHub Actions Token, commonly passed in as a variable (secrets.GITHUB_TOKEN)""
app-idapplication id of the registered GitHub app""
app-install-idid of the installed instance of the GitHub app""
app-private-keyprivate key which has been generated for the installed instance of the GitHub app""
api-urlthe URL of the GitHub API${{ github.api_url }}
namedescription
markdown-fileThe markdown that will be posted to the job summary, so that the markdown can saved and used other places (e.g.: README.md)