diff --git a/.github/workflows/untrustedPR.yml b/.github/workflows/untrustedPR.yml index 1aa3c5e630ec4a..5bc29f9a7a2e72 100644 --- a/.github/workflows/untrustedPR.yml +++ b/.github/workflows/untrustedPR.yml @@ -108,10 +108,12 @@ jobs: } if (missing_license !== "") { output += 'You have modified or added at least one vcpkg.json where a "license" field is missing.\n' - output += 'If you feel able to do so, please consider adding a "license" field to the following files:\n' + output += "
\n\n" + output += 'If you feel able to do so, please consider adding a "license" field to the following files:\n' output += missing_license - output += "\n\nValid values for the license field are listed at \n\n" + output += "\n\nValid values for the license field can be found in the [documentation](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/manifest-files.md#license)\n" + output += "
\n\n" } if (approve) {