Disable GitHub comment posting for PRs

This commit is contained in:
Jerome Laban 2019-12-09 07:46:25 -05:00
Родитель 7610c09f41
Коммит 10f7e67f81
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -166,7 +166,7 @@ namespace Umbrella.UI.TestComparer
return;
}
if (string.IsNullOrEmpty(githubPAT.Trim()))
if (string.IsNullOrEmpty(githubPAT.Trim()) || githubPAT.StartsWith("$("))
{
Console.WriteLine($"No GitHub PAT, no PR comment will be posted.");
return;