developermetrics/DORA deployment frequency
A GitHub Action to roughly calculate DORA deployment frequency
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflows | the workflow name that is being scanned. Separate multiple workflows with commas | yes | — |
| owner-repo | target org/repo or owner/repo to run the calculation on | yes | ${{ github.repository }} |
| default-branch | branch that is deploying to production | yes | main |
| number-of-days | number of days to scan | yes | 30 |
| pat-token | GitHub PAT Token | — | "" |
| actions-token | GitHub Actions Token, commonly passed in as a variable (secrets.GITHUB_TOKEN) | — | "" |
| app-id | application id of the registered GitHub app | — | "" |
| app-install-id | id of the installed instance of the GitHub app | — | "" |
| app-private-key | private key which has been generated for the installed instance of the GitHub app | — | "" |
Outputs
| name | description |
|---|---|
| markdown-file | The markdown that will be posted to the job summary, so that the markdown can saved and used other places (e.g.: README.md) |