Closed
Description
Bug description
When opening a Pull Request, we expect Gitpod to check out the Pull Request's branch.
However, since recently, it seems that it (sometimes?) checks out the default branch instead. 🐛
Steps to reproduce
- https://gitpod.io/#https://github.com/gitpod-io/gitpod/pull/13963
- Checked out branch should be
jx/fix-attribution-again
, but you actually getmain
instead:
Workspace affected
gitpodio-gitpod-m35tlw96nof, gitpodio-gitpod-4nxderxz5x0
Expected behavior
- Gitpod should always check out the Pull Request branch
Example repository
https://github.com/gitpod-io/gitpod
Anything else?
No response