Skip to content

Commit 33a8fa7

Browse files
committed
Trial 3
1 parent 17725c8 commit 33a8fa7

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.gitpod.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
github:
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

1118
checkoutLocation: work
1219
workspaceLocation: /

0 commit comments

Comments
 (0)