From 7f8e0592c8ca77caa4bdb8d6e8109cc9d0cc3a8c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 18 Feb 2021 21:02:49 +0530 Subject: [PATCH] fix(tools): remove gitpod checks from the PR (#41170) --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1d985551994..da48f0874f4 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -68,13 +68,13 @@ github: # enable for pull requests coming from forks (defaults to false) pullRequestsFromForks: true # add a check to pull requests (defaults to true) - addCheck: true + addCheck: false # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) addComment: true # 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) - addLabel: false + addLabel: ready-on-gitpod vscode: extensions: