You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by default, the webhook handler from django-github-app processes and stores all events, even if they are not registered as actionable.
since the Pull Request event on GitHub sends many events we are not interested in:
> Pull request assigned, auto merge disabled, auto merge enabled, closed, converted to draft, demilestoned, dequeued, edited, enqueued, labeled, locked, milestoned, opened, ready for review, reopened, review request removed, review requested, synchronized, unassigned, unlabeled, or unlocked.
This causes floods of events in situations like python/cpython#132964 that we can skip processing for.
0 commit comments