From 225d9c061dc6e5ac4aff119f3e2c52efb2c84b2a Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:55:30 +0100 Subject: [PATCH] feat(gitpod): prevent port notification, remove pr comment (#41656) --- .gitpod.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9a0187b91d7966..ae4297f63c34ff 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -10,6 +10,8 @@ ports: onOpen: ignore - port: 9229 # node debug onOpen: ignore + - port: 9230 # client node debug + onOpen: ignore tasks: - before: | @@ -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)