probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

disable escaping of html entities in package.json #13

Closed boneskull closed 7 years ago

boneskull commented 7 years ago

e.g., the author field is often "First Last email@address.com". < becomes &lt; and > becomes &gt; if escaping is enabled