diff --git a/.gitpod.yml b/.gitpod.yml index 8835629..97be90a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -13,7 +13,7 @@ github: # 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) - addComment: true + addComment: false # 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) @@ -21,4 +21,4 @@ github: vscode: extensions: - - esbenp.prettier-vscode \ No newline at end of file + - esbenp.prettier-vscode