Generate HTML preview links on PRs #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It wouldn't be a ton of work to do a
git diff --name-only $GITHUB_HEAD_REF $GITHUB_BASE_REF | grep ThreatModel.html
and generate a list of https://htmlpreview.github.io/ links when new examples are added, and it'd be helpful for reviewers to just click the links instead of scrounging around to put them togetherexample link from #9: https://htmlpreview.github.io/?https://github.com/hyakuhei/fluentm/blob/d6595139c6f6e164b30634c1165668386ff366a7/examples/tinkerbell/ThreatModel.html
The text was updated successfully, but these errors were encountered: