Skip to content

Improved event processing and update efficiency

Compare
Choose a tag to compare
@chdsbd chdsbd released this 26 Jan 18:11

Fixed

  • fixed status event handler triggering reevaluations of all PRs in a repository. Now we only trigger updates for PRs directly related to a status event. (#248)
  • replaced inaccurate webhook event schemas with simplified versions to curtail parsing errors. Now we only parse the little information we need from each webhook event. This issue was preventing some webhook events from triggering reevaluations of PRs. (#262, #261)