Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Agarwal <dmkrishna.agarwal@gmail.com>
  • Loading branch information
MrKrishnaAgarwal committed Oct 2, 2023
1 parent a181a71 commit 5dfe0d7
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: yarn
init: yarn install
command: yarn run start
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-browser
github:
prebuilds:
# enable for the master/default branch (defaults to true)
main: true
# enable for all branches in this repo (defaults to false)
master: true
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addCheck: true
addComment: true
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: prebuilt-in-gitpod
addBadge: true

0 comments on commit 5dfe0d7

Please sign in to comment.