Skip to content

Commit

Permalink
Merge aae3c00 into 05ae503
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Oct 13, 2018
2 parents 05ae503 + aae3c00 commit 4e57d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Expand Up @@ -105,7 +105,8 @@ export = (app: Application) => {
app.on([
'check_run.created',
'check_run.rerequested',
'check_run.requested_action'
'check_run.requested_action',
'check_run.completed'
], async context => {
await handlePullRequests(app, context, {
owner: context.payload.repository.owner.login,
Expand Down

0 comments on commit 4e57d88

Please sign in to comment.