Codespaces: Pull Request Validation for prebuild-enabled repositories #537
Labels
cloud
Available on Cloud
codespaces
Feature: GitHub Codespaces
Enterprise
Product SKU: GitHub Enterprise
ga
Feature phase: Generally available
github team
Product SKU: GitHub Team
Summary
Prebuilds enable fast codespace creation experience for large and/or complex projects by performing all the heavy-lifting tasks required to build your development environment beforehand. Think of a prebuild as a 'ready-to-go' template where your source code, editor extensions, project dependencies, commands, or configurations have already been downloaded, installed, and applied so that you don't have to wait for these tasks to finish in real-time every time you create a new Codespace.
This functionality enables developers to test their changes while creating a pull request that might affect the prebuild configuration for their prebuild-enabled branch.
Intended Outcome
With a Pull Request Validation step available to prebuild-enabled branches, developers can validate upfront if their changes may adversely affect the prebuild configuration for their branch. With this, developers no longer have to worry about accidently breaking the prebuild for a branch by testing and making any fixes upfront thus ensuring everyone continues to have a fast creation experience. Additionally repository admins/team leads will have additional confidence around prebuilds being steady and reliable without any manual interference.
How will it work?
The text was updated successfully, but these errors were encountered: