sindresorhus/refined-github




Do you want to work on this issue?
You can request for a bounty in order to promote it!
Deduplicate, cleanup, sort CI runs (GitHub Actions etc) #3136
fregante posted onGitHub
CI runs could be:
- Deduplicated (
push
andpull_request
runs pass? Hide one) - Cleaned up (
push
is the most common even, let's hide it) - 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)