Преглед на файлове

hello-world: set auto-approve to true (#1482)

The first core exercise on the track should be auto-approved.
This means that mentor approval isn't needed in order to move
forward when the exercise has been completed.

Currently any hello-world exercises are auto-approved in the
backend of v2 but this special handling might be removed later
which is why this also needs to be set in config.json.
FridaTveit преди 6 години
родител
ревизия
5a5202eaca
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      config.json

+ 2
- 1
config.json Целия файл

@@ -17,7 +17,8 @@
17 17
       "difficulty": 1,
18 18
       "topics": [
19 19
         "strings"
20
-      ]
20
+      ],
21
+      "auto-approve": true
21 22
     },
22 23
     {
23 24
       "slug": "two-fer",