This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Description
Suppose the following series of steps:
- Learner open the first PR with the wrong title
- Before the learner can fix it, the
check_suite.completed event comes through (which should trigger the following step, but LL doesn't know we're there yet)
- Learner fixes the PR title
- LL waits for the
check_suite.completed event that'll never come through.
I'm not sure the best way to handle this edge case, but it's also present in our other Actions and Apps courses.