ERROR event: Not Found; when triggering event from another event : probot app built in nodejs
问题 I am building a GitHub app in probot and nodejs and trying to update the PR whenever a pull_request.synchronize event occurs. I know that doesn't make much sense, but the point is I want to be able to update the PR upon the occurrence of a certain event. app.on('pull_request.synchronize', async context => { console.log('---------------------- on pull_request.synchronize, body of PR : ', context.payload.pull_request) console.log('State of PR after pull_request.synchronize event :--------------