From 1bb5fff345abb5e9ea37dee0df2fc4d3a0dc97df Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Wed, 12 Aug 2020 15:50:24 +0300 Subject: [PATCH] Reconfigure swimm to enable review of done units --- .swm/swimm.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.swm/swimm.json b/.swm/swimm.json index 859a889c6..e0b9d91df 100644 --- a/.swm/swimm.json +++ b/.swm/swimm.json @@ -1,3 +1,7 @@ { - "repo_id": "6Nlb99NtY5Fc3bSd8suH" -} \ No newline at end of file + "repo_id": "6Nlb99NtY5Fc3bSd8suH", + "configuration": { + "cr_prompt_push_solution": true, + "store_solution_upon_done": true + } +}