Config Gitpod's prebuilds [ci skip]
This commit is contained in:
parent
05b7208871
commit
4b5622f47b
1 changed files with 4 additions and 2 deletions
|
|
@ -33,8 +33,10 @@ github:
|
|||
# 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
|
||||
addComment: false
|
||||
# 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
|
||||
addLabel: false
|
||||
# add a check to pull requests (defaults to true)
|
||||
addCheck: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue