Closed
Description
Bug description
Currently, Werft spontaneously fails your Pull Request if your branch name is not extremely short:
Lines 52 to 55 in 73cbeef
The only solution is to pack up your work and move to a completely new branch / Pull Request.
This is becoming a significant tax on Gitpod's developer velocity and happiness:
- Add environment variable name/value length validation in UI #8046 (comment)
- Rate-limit new prebuilds to 50 / user / minute to prevent incidents #8502 (comment)
- Improve monitoring and feedback for errors during workspace cluster selection #8485 (comment)
- WIP: [kots]: use Helm for the Installer job #8490 (comment)
- [prebuilds] Introduce 'failed' state for prebuilds #8601 (comment)
- [jb] track client project sessions #8280 (comment)
- [server] use owner and repo name for workspace id #7390 (comment)
- Rename editor preference section heading #7428 (comment)
- fix: update gateway instructions #8421 (comment)
- ...
Could we please find a way to support slightly longer branch names? 🙏 😍 (For example like so)
Steps to reproduce
- Contribute to Gitpod
- Get frustrated 🤬
Workspace affected
No response
Expected behavior
- Contribute to Gitpod
- Smooth sailing ⛵
Example repository
https://github.com/gitpod-io/gitpod
Anything else?
No response