Currently if the requests to the GitHub API fail, then the process crashes, rather than printing information about the failure.
Additionally there's no "dry run" mode so you can test configuration. (e.g., do everything up until sendMail and then just print the output to the console)
This made it a little more difficult to deploy than I thought.
Currently if the requests to the GitHub API fail, then the process crashes, rather than printing information about the failure.
Additionally there's no "dry run" mode so you can test configuration. (e.g., do everything up until
sendMailand then just print the output to the console)This made it a little more difficult to deploy than I thought.