gh-workflow-stats
gh-workflow-stats copied to clipboard
A GitHub CLI extension to calculate the success rate and execution time of workflows and jobs.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/fchimpan/gh-workflow-stats). ## Config Migration Needed - [ ]...
## internal ### github - [x] auth.go - [ ] jobs.go - [ ] runs.go ### parser - [x] jobs.go https://github.com/fchimpan/gh-workflow-stats/pull/16 - [x] runs.go https://github.com/fchimpan/gh-workflow-stats/pull/14 - [x] calculate.go ### printer...
Currently, the execution duration of a workflow run is calculated as the difference between `run_started_at` and `update_at`. There are cases where, after a significant amount of time has passed from...
For performance and API rate limit reasons, once a result is retrieved, it does not need to be retrieved again.
This PR turns `--status` flag into a slice of strings, allowing to filter by more than one status value. Primary motivation for this change is to be able to exclude...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | major | `v6` -> `v8` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/cli/go-gh/v2](https://redirect.github.com/cli/go-gh) | `v2.11.2` -> `v2.12.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/gofri/go-github-ratelimit](https://redirect.github.com/gofri/go-github-ratelimit) | `v1.1.1` -> `v2.0.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I'm experiencing an issue with the GitHub Actions CLI extension when using the `--all` flag to retrieve runs for a specific workflow over a date range. The tool appears to...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...