Hey @hiimbex 👋
right now the app only listens to the "open" action
|
app.on('pull_request.opened', async context => { |
After installing the app, I’d expect that the app would also listen to the "synchronize" action as a markdown file could be added / removed over time in a pull request?
Happy to send a PR if you’d like that
Hey @hiimbex 👋
right now the app only listens to the "open" action
markdownify/index.js
Line 2 in f83012e
After installing the app, I’d expect that the app would also listen to the "synchronize" action as a markdown file could be added / removed over time in a pull request?
Happy to send a PR if you’d like that