diff --git a/Plogon/Program.cs b/Plogon/Program.cs index 48a71a3..c11a547 100644 --- a/Plogon/Program.cs +++ b/Plogon/Program.cs @@ -520,10 +520,10 @@ string ReplaceDiscordEmotes(string text) } needsText = - "\n\n\n##### Needs " + + "\n\n\nNeeds " + (anyUnreviewed ? "(UNREVIEWED)" : "(All reviewed)") + - " \n" + needsTable.GetText() + - ""; + "\n\n" + needsTable.GetText() + + "\n\n"; } var commentTask = gitHubApi?.AddComment(parsedPrNum,