Skip to content

Commit 3001ba5

Browse files
committed
[Infra]: Adding pre-built for all branches and PR/MR for GitPod
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent 005cc36 commit 3001ba5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitpod.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
image:
22
file: .gitpod.Dockerfile
33

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+
419
vscode:
520
extensions:
621
- [email protected]:qLtqI3aUcEBX9EpuK0ZCyw==

0 commit comments

Comments
 (0)