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 and pull_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)


It's really a mess currently...

We have a workflow for each OS (+ separate clang format), the result are a pain: gha

posted by tooomm over 4 years ago

From a quick look, none of those would be dropped though; they’d just be sorted. I think your best bet would be to improve that with emojis

posted by fregante over 4 years ago

However, taking from https://github.com/sindresorhus/refined-github/issues/3075, it would be good to group them as well (but without collapsing them). Perhaps after sorting we’d just need to:

  • highlight the workflow name
  • thicken the border between each workflow group
posted by fregante over 4 years ago

From a quick look, none of those would be dropped though; they’d just be sorted.

Exactly that's what I'm looking for and would help a lot.

posted by tooomm over 4 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests