support running React 18 tests on PRs with a label (#70737)
When we make changes that we want to assert pass on the React 18.3
matrix, we should have a way to do so on PRs so that we can avoid
failures hitting canary.
This adds a label that will make the 18.3.1 tests run on PRs.