We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88592e2 commit a3adb6cCopy full SHA for a3adb6c
homu/main.py
@@ -183,10 +183,8 @@ def sort_key(self):
183
STATUS_TO_PRIORITY.get(self.get_status(), -1),
184
1 if self.mergeable is False else 0,
185
0 if self.approved_by else 1,
186
- # Sort rollup=always to the bottom of the queue, but treat all
187
- # other rollup statuses as equivalent
188
- 1 if WORDS_TO_ROLLUP['rollup=always'] == self.rollup else 0,
189
-self.priority,
+ self.rollup,
190
self.num,
191
]
192
0 commit comments