You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
When starting the bot with many commits (> 20 for example), the bot queue lists tasks in an unsorted order.
In my case, I see:
2 task1
21 task2
4 task1
5 task2
6 task1
...
10 task1
11 task2
3 task2
...