Create .gitpod.yml

This commit is contained in:
Pragati Verma 2020-10-10 20:02:11 +05:30 committed by GitHub
parent 2de45662c4
commit 3359d63e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.gitpod.yml Normal file
View File

@ -0,0 +1,16 @@
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addComment: true
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: prebuilt-in-gitpod