Fix empty PR bodies erroring ReleaseNotes [TGSDeploy]

This commit is contained in:
Jordan Brown
2021-08-29 18:21:01 -04:00
parent fb3c757834
commit ab19227e88
+3
View File
@@ -112,6 +112,9 @@ namespace ReleaseNotes
async Task BuildNotesFromComment(string comment, User user)
{
if (comment == null)
return;
async Task CommitNotes(string component, List<string> notes)
{
Task<bool> authTask;