Open
Description
wpt-pr-bot will ask for review immediately when a PR is opened.
Reviewers have more information when the other checks are complete:
- is the linter happy
- what are the PR results on wpt.fyi
My thinking is that the workflow for reviewers would be slightly smoother if the bot only asked for review when the checks have finished (successfully or not). It shouldn't delay the time to merge since the checks need to be green before merge anyway.
A possible problem is that some checks could get stuck and never finish, e.g. due to network errors. wpt-pr-bot could maybe have some kind of timeout and ask for review anyway after a few hours.