File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 11github :
2- prebuilds :
3- master : true
4- branches : true
5- pullRequests : true
6- pullRequestsFromForks : true
7- addComment : true
8- addBadge : true
9- addLabel : prebuilt-in-gitpod
2+ prebuilds :
3+ # # enable for the master/default branch (defaults to true)
4+ # master: true
5+ # # enable for all branches in this repo (defaults to false)
6+ # branches: true
7+ # # enable for pull requests coming from this repo (defaults to true)
8+ # pullRequests: true
9+ # enable for pull requests coming from forks (defaults to false)
10+ pullRequestsFromForks : true
11+ # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
12+ addComment : true
13+ # add a "Review in Gitpod" button to pull requests (defaults to false)
14+ addBadge : true
15+ # add a label once the prebuild is ready to pull requests (defaults to false)
16+ addLabel : prebuilt-in-gitpod
1017
1118checkoutLocation : work
1219workspaceLocation : /
You can’t perform that action at this time.
0 commit comments