From 9107c766b04845f9f3cc8a9813436ccd03a921fc Mon Sep 17 00:00:00 2001 From: Guenael Date: Sat, 11 Dec 2021 22:20:32 -0500 Subject: [PATCH] chore(CI): gitpod badge button disabled --- .gitpod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index dde12ed..97be90a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ tasks: - init: make + github: prebuilds: # enable for the master/default branch (defaults to true) @@ -12,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) @@ -20,4 +21,4 @@ github: vscode: extensions: - - esbenp.prettier-vscode \ No newline at end of file + - esbenp.prettier-vscode