Fix bug in release notes script

This commit is contained in:
Jordan Brown
2018-11-26 14:51:15 -05:00
parent eabdb9ea3a
commit 0d7e17a489
+1
View File
@@ -87,6 +87,7 @@ namespace ReleaseNotes
if (pullRequest.State.Value == ItemState.Closed)
{
//need to check it was merged
await GetFullPR().ConfigureAwait(false);
lock (milestoneTaskLock)
if (milestoneTask == null)
milestoneTask = GetMilestone();