Closed
Description
Describe the bug
When you open a PR in Gitpod that was created from a fork, and the fork is deleted again, Gitpod displays
We are having trouble parsing your context
Error: Cannot read property ‘repository’ of null
Steps to reproduce
- Fork a repository
- Create a PR to the original repository
- Delete the fork
- Open the PR in Gitpod
Expected behavior
The error message should make clear that the repository does not exist.