Skip to content

Commit

Permalink
[gh suggestions] change license link, make it details (#22946)
Browse files Browse the repository at this point in the history
Co-authored-by: nicole mazzuca <[email protected]>
  • Loading branch information
strega-nil-ms and strega-nil authored Feb 10, 2022
1 parent 5662ef4 commit 05c445c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/untrustedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 += "<details>\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 <https://spdx.org/licenses/>\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 += "</details>\n\n"
}
if (approve) {
Expand Down

1 comment on commit 05c445c

@msaad44874
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#include "active.h"

Please sign in to comment.