From 05c445c1fb3afb90aa8a46ca2b7d2a9548a27121 Mon Sep 17 00:00:00 2001 From: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:19:11 -0800 Subject: [PATCH] [gh suggestions] change license link, make it details (#22946) Co-authored-by: nicole mazzuca --- .github/workflows/untrustedPR.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/untrustedPR.yml b/.github/workflows/untrustedPR.yml index 1aa3c5e630..5bc29f9a7a 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) {