Skip to content

Commit

Permalink
fix(apps/events-sync): react to pull_request.converted_to_draft
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 13, 2022
1 parent 2c81db3 commit 8035a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/lib/apps/events-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function EventsSync(webhookEvents, store, logger) {
'pull_request.unlabeled',
'pull_request.edited',
'pull_request.ready_for_review',
'pull_request.converted_to_draft',
'pull_request.assigned',
'pull_request.unassigned',
'pull_request.synchronize',
Expand Down

0 comments on commit 8035a6c

Please sign in to comment.