We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005cc36 commit 3001ba5Copy full SHA for 3001ba5
.gitpod.yml
@@ -1,6 +1,21 @@
1
image:
2
file: .gitpod.Dockerfile
3
4
+github:
5
+ prebuilds:
6
+ # enable for the master/default branch (defaults to true)
7
+ master: true
8
+ # enable for all branches in this repo (defaults to false)
9
+ branches: true
10
+ # enable for pull requests coming from this repo (defaults to true)
11
+ pullRequests: true
12
+ # enable for pull requests coming from forks (defaults to false)
13
+ pullRequestsFromForks: true
14
+ # add a "Review in Gitpod" check to pull requests (defaults to true)
15
+ addCheck: true
16
+ # add a label once the prebuild is ready to pull requests (defaults to false)
17
+ addLabel: prebuilt-in-gitpod
18
+
19
vscode:
20
extensions:
21
- [email protected]:qLtqI3aUcEBX9EpuK0ZCyw==
0 commit comments