* Adds discord webhook support to the github webhook processor.
* Fix odd bug
* Add discordwebhook config to secrets with example urls
* Forgot a semicolon
* Remove debug lines
* Hide html comments inside pr bodies.
* Add a bunch of configs to announcement endpoints
include_repos
exclude_repos
exclude_events
announce_secret
announce_unvalidated
embed
no_text
* Add support for those configs.
* Fix minor bug
* Fix no embed messages not working
* Adds spoiler support to discord_sanitize
* Comprehensive changelogs
* FrozenGuy5's images
* Revert CONTRIBUTING.md
* Fix PULL_REQUEST_TEMPLATE.md wording
* Default the setting to off in the webhook procesor
* And in secret.php
* Gives the webhook processor the ability to self update
* Correct syntax highlighting
* Remove unecessary globals
* Add $repoOwnerAndName to secret.php
* Use configured github URL
* Move configs to secret.php
* Configuarable tracked branch
* Ensure the PR is against the tracked branch
* Add default settings