mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Fix bug in release notes script
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user