.gitpod.yml
file is no longer supported. Please see Configuring prebuilds instead. You can find the original documentation below.github
namespace in the .gitpod.yml
file defines when prebuilds should be executed. By default, prebuilds are run on push to the default branch and for each pull request coming from the same repository.
.gitpod.yml
file in your default branch:
.gitpod.yml
file in your default branch:
.gitpod.yml
file in your default branch:
addComment
and addBadge
behaviours are not mutually exclusive (i.e. enabling one does not disable the other).
If you don’t want the comments to be added, disable them using addComment: false
.