Currently, we trying to integrate CI/CD into our app. I can setup a workflow like this:
PR opened -> TestFlight
But we want to use it like this:
PR opened -> Code Review
PR Approval -> TestFlight
Is there any way to catch the Pull Request Approval event in XCode Cloud and do what I want?