groupByRepo appears to be inert
The groupByRepo in the sample config file does not appear to group the PR's in the UI
I had to disable that functionality temporarily because it was all kinds of broken after I moved to the backend approach.
I have added a hacky approach in my fork to sort on repo and a secondary sort on the updated field. Once I get it refactored, I will push it.
Cool. Thank you for all your contributions!
I have the sort figured out, however the GroupByRepo is not available as a logic switch. I need to add that in. Currently the sort always happens and there is no way to disable. The ConfigManager is not available in the Dashboard to control the sort.