feat(gitpod): prevent port notification, remove pr comment (#41656)
This commit is contained in:
@ -10,6 +10,8 @@ ports:
|
|||||||
onOpen: ignore
|
onOpen: ignore
|
||||||
- port: 9229 # node debug
|
- port: 9229 # node debug
|
||||||
onOpen: ignore
|
onOpen: ignore
|
||||||
|
- port: 9230 # client node debug
|
||||||
|
onOpen: ignore
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- before: |
|
- before: |
|
||||||
@ -71,7 +73,7 @@ github:
|
|||||||
# add a check to pull requests (defaults to true)
|
# add a check to pull requests (defaults to true)
|
||||||
addCheck: false
|
addCheck: false
|
||||||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to 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)
|
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
|
||||||
addBadge: false
|
addBadge: false
|
||||||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||||
|
Reference in New Issue
Block a user