yykamei/GitHub Workflows Metrics
GitHub Workflows Metrics is a GitHub Action to measure duration of GitHub Workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| range | The range of time to measure the workflows. This can be: 7days, 14days, 30days | no | 30days |
| aggregate | Determines how the workflow metrics should be aggregated. This can be: average, median, min, max | no | average |
| only | Only the specified workflows will be measured. This is supposed to be comma-separated list | no | "" |
| status | Only the workflows with the specified status will be measured. This can be: completed, action_required, cancelled, failure, neutral, skipped, stale, success, timed_out, in_progress, queued, requested, waiting, pending | no | "" |
| label | The label for GitHub issues that the GitHub Action creates | no | github-workflows-metrics |
| token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
Outputs
no outputs