Already merged PRs will be displayed at the top

This commit is contained in:
Cyberboss
2017-11-11 20:54:23 -05:00
parent 099c4e6b3c
commit 7c0f2eaf1a
+1 -1
View File
@@ -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)