markdownify
markdownify copied to clipboard
A probot app that adds links of edited markdown files to pull requests
 Not sure how this happened...
Hey @hiimbex :wave: right now the app only listens to the "open" action https://github.com/hiimbex/markdownify/blob/f83012eafcb38b12de61e55e18305359dccb92fc/index.js#L2 After installing the app, I’d expect that the app would also listen to the "synchronize" action...
When I created https://github.com/octokit/rest.js/pull/1085, mardownify listed `lib/endpoint/README.md` which was removed compared to `master`. I since changed the base to `next` so it no longer is edited in the PR
closes #3