Deduplicate, cleanup, sort CI runs (GitHub Actions etc)
See original GitHub issueCI runs could be:
- Deduplicated (
push
andpull_request
runs pass? Hide one) - Cleaned up (“push” is the most common type, let’s hide its label)
- Sorted (by Workflow. Jobs are already in order)
Before
After
Example URL
https://github.com/sindresorhus/refined-github/commit/247ae2f9dbc6e005241554077466d99bbbb0cab6 (regular commit) https://github.com/sindresorhus/refined-github/pull/3126#commits-pushed-b29cf13 (commit in PR)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Deduplicate, cleanup, sort CI runs (GitHub Actions etc) #3136
CI runs could be: Deduplicated (push and pull_request runs pass? Hide one) Cleaned up ("push" is the most common type, let's hide its...
Read more >List and delete caches in your Actions workflows
list all the Actions caches within a repository and sort by specific metadata like cache size, creation time or last accessed time. ·...
Read more >Jobs artifacts administration - GitLab Docs
List the top 20 projects, sorted by the total size of job artifacts stored, by running the following code in the Rails console...
Read more >sindresorhus/refined-github (Raised $2,687.94) - Issuehunt
Browser extension that simplifies the GitHub interface and adds useful ... CI is failing ... Deduplicate, cleanup, sort CI runs (GitHub Actions etc)....
Read more >Configuration Options - Renovate Docs
If Renovate is scheduled for hourly runs on the repository but commits are made every 15 ... Actions may be like Update ,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You will soon-ish see this feature making its way to your browser (Safari: August; Chrome: September, Firefox: 2023):
It’s not meant to be a fix for this issue, but I think it covers what most people are trying to achieve: focusing on what needs your attention.
Leave a comment on that PR if you have further ideas on style/sorting, keeping in mind that it’s a CSS-only feature.
I’m hesitant to make changes to this widget because it’s dynamic, GitHub might lose track of the elements and we’d break it. Also hiding some runs might be troublesome/controversial.
I think
clean-checks-list
already sorts them by what’s needed right now and the rest should probably be fixed by GitHub.Closing for now