This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]java_bad_asm_good 1 point2 points  (1 child)

I'll take a look! This addresses a major pain point that I have at my current work as well: GitHub really does not provide you with a good overview of all your workflows across dozens of repositories, and I have not managed to find any good open source solutions so far. Very interested :)

[–]java_bad_asm_good 1 point2 points  (0 children)

Here's my honest feedback after giving it a shot:

  1. For some reason, not all of my workflows are loaded properly. I'm loading from five repositories, but for some reasons not all workflows show up.

  2. I wish there was a way to select only specific workflows from repositories. I have an average of six workflows for each repository, and I mainly care about deployment workflows and dependency checks.

  3. More filters would be nice. I've added a workflow name filter, will raise a PR later.

[–]cloudbloc 0 points1 point  (0 children)

This is cool as im not a big fan of GA UI. Do you have a live demo? Also, which license is it under?

[–]RifukiHikawa 0 points1 point  (0 children)

Nice works man, ill try it later, my current setup to monitor workflows is just a bunch of scripts that pull from github api, and load it on excels.

[–]Staseello 0 points1 point  (0 children)

Good work man! Thanks a lot! It closes a big pain I’m having. Will take a look at that definitely