mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Already merged PRs will be displayed at the top
This commit is contained in:
@@ -110,7 +110,7 @@ namespace TGControlPanel
|
||||
}
|
||||
var itemString = String.Format("#{0} - {1}{2}", I.Number, I.Title, needsTesting ? " - TESTING REQUESTED" : "");
|
||||
var isChecked = pulls.Any(x => x.Number == I.Number);
|
||||
if (needsTesting)
|
||||
if (needsTesting || isChecked)
|
||||
{
|
||||
PullRequestListBox.Items.Insert(0, itemString);
|
||||
if(isChecked)
|
||||
|
||||
Reference in New Issue
Block a user