Skip to content

Commit

Permalink
feat(gitpod): prevent port notification, remove pr comment (freeCodeC…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton authored Mar 30, 2021
1 parent 740370e commit 225d9c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ports:
onOpen: ignore
- port: 9229 # node debug
onOpen: ignore
- port: 9230 # client node debug
onOpen: ignore

tasks:
- before: |
Expand Down Expand Up @@ -71,7 +73,7 @@ github:
# add a check to pull requests (defaults to true)
addCheck: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: true
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
Expand Down

0 comments on commit 225d9c0

Please sign in to comment.