From 5ce038218837b752532fa8db7fbd522b44ff2bad Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 9 Jun 2020 19:47:50 -0400 Subject: [PATCH] disable gitpod addcommit --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index bdce4619d..40750258c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,7 +4,7 @@ image: github: prebuilds: addBadge: true - addComment: true + addComment: false addCheck: false master: true pullRequestsFromForks: true