Cian911 / gomerge

Gomerge is a tool which allows you to quickly bulk merge, approve and close several pull requests from your terminal. :star2:
MIT License
53 stars 13 forks source link

Display commit status in UI and other improvements #106

Open jvansanten opened 1 week ago

jvansanten commented 1 week ago

Ahoy! First of all, this has been a really useful tool.

After some time neglecting a stable of repositories with automated dependency updates, I had a depressing number of PRs to merge, with mix of failing and passing status checks. I needed a way to bulk merge only those that pass checks, and set about trying to display the commit status in the summary table. This PR is the result of that attempt, which got slightly out of hand. It includes the following changes:

I realize that this is kind of a monster, and am happy to break it down into smaller changes if that's helpful. Comments welcome!

Cian911 commented 1 week ago

Wow @jvansanten first and foremost, thanks for the PR!

There's quite a few changes here, so I will take some time this weekend to test & review.

Again, much appreciate your contribution.