jekyll / Utterson

CI benchmarking suite for Jekyll
MIT License
13 stars 8 forks source link

check_suite messages can have multiple PRs #36

Open pathawks opened 6 years ago

pathawks commented 6 years ago

https://github.com/jekyll/Utterson/blob/f0ea01a2ff39d44881fd5ab8a5c45d7fa18e2e7f/aws/lambda/index.js#L34-L35

Currently, we are only processing the first PR in a check_suite message. We should probably loop through all of them.