chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI for currently merging PRs

scriptnull opened this issue · comments

#616 implemented UI for merge queues. While trying to use it, I just realized that it would also be good to show which PRs are being currently merged by kodiak bot in the dashboard UI. I am guessing that each branch can have at most 1 PR in the "currently merging" state. So, we list them just like the merge queue UI.

Currently, we are cycling through various GitHub pull requests one by one to see if the PR contains the following status check in order to figure this out.

image

Having this feature would let us easily get to answers like "whose/which PR is being currently merged by kodiak?"

More power to the Kodiak dashboard 🚀 🔥

Whoops! Oversight on my part. This shouldn't be too hard to add.

This should be fixed with #632. See my comment in #623 for an example of this change: #623 (comment)