pull request

Asked on 2025-07-05

1 search

It seems like you're interested in pull requests in the context of Apple's WWDC sessions. The session titled "Extend your Xcode Cloud workflows" discusses how to automate workflows using the App Store Connect API, which includes handling pull requests. Specifically, it mentions using the SCM repositories endpoint to fetch all branches, tags, and pull requests associated with a repository. This is part of automating the build process in Xcode Cloud.

For more detailed information, you can refer to the session Extend your Xcode Cloud workflows (12:08) where they discuss using the App Store Connect API to automate tasks related to Xcode Cloud, including handling pull requests.