yield all()

in src/sagas.js [100:103]


    yield all(
      state.releaseInfo.checks
        // only refresh checks that were failing.
        .filter(({ title }) => state.checkResults[title].status !== "exists")