gh-workflow-stats icon indicating copy to clipboard operation
gh-workflow-stats copied to clipboard

A GitHub CLI extension to calculate the success rate and execution time of workflows and jobs.

Results 13 gh-workflow-stats issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

renovate

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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcli%2fgo-gh%2fv2/v2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcli%2fgo-gh%2fv2/v2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgofri%2fgo-github-ratelimit/v2.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgofri%2fgo-github-ratelimit/v2.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

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...

renovate