Chapter 3. Bug fixes
3.1. Starting new workspaces by using a GitHub pull request URL
Before this update, OpenShift Dev Spaces failed to start a new workspace when using the #https://github.com/<user_or_org>/<repository>/pull/<pull_request_id>
URL syntax. The workspace-starting page displayed the following error message: Failed to resolve a devfile. Failed to request factory resolver: Internal Server Error occurred. With this update, you can start new workspaces with a clone of a GitHub-hosted repository when using the #https://github.com/<user_or_org>/<repository>/pull/<pull_request_id>
URL syntax.
Additional resources