From e0c47b644e88a2b22f9ced3353d15bd5e2fc8cca Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 11 Jun 2020 10:51:49 +1200 Subject: [PATCH] feat(pulldog): update configuration --- pull-dog.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pull-dog.json b/pull-dog.json index a2c647ff1..eaeed2e08 100644 --- a/pull-dog.json +++ b/pull-dog.json @@ -1,5 +1,4 @@ { "dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"], - "isLazy": true, - "conversationMode": "multipleComments" -} \ No newline at end of file + "isLazy": true +}