Skip to content

Commit a7f7039

Browse files
author
Mike Nikles
committed
Configure Gitpod.
1 parent fad62ac commit a7f7039

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitpod.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
tasks:
2+
- init: npm install
3+
command: npm start
4+
ports:
5+
- port: 3000
6+
onOpen: open-preview
7+
github:
8+
prebuilds:
9+
# enable for the default branch (defaults to true)
10+
master: true
11+
# enable for all branches in this repo (defaults to false)
12+
branches: true
13+
# enable for pull requests coming from this repo (defaults to true)
14+
pullRequests: true
15+
# enable for pull requests coming from forks (defaults to false)
16+
pullRequestsFromForks: true
17+
# add a check to pull requests (defaults to true)
18+
addCheck: true
19+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
20+
addComment: true
21+
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
22+
addBadge: false

0 commit comments

Comments
 (0)