stenjo/DevOps Metrics from GitHub
Outputs a set of key metrics based on GitHub issues and releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repo. Org or user | no | — |
| repo | Repository name | no | — |
| token | Repository access token | no | — |
| logging | Logging and making the log available when true | no | — |
| filtered | Filtering only feat and fix as basis for lead time | no | — |
Outputs
| name | description |
|---|---|
| deploy-rate | Deployment rate (deploys/week) |
| lead-time | Feature lead-time (days) |
| change-failure-rate | Change failure rate (%) |
| mttr | Mean time to restore (days) |
| deploy-rate-log | Release log if logging true |
| lead-time-log | PR-log if logging true |