Parcourir la source

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 il y a 8 ans
Parent
révision
5a5202eaca
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      config.json

+ 2
- 1
config.json Voir le fichier

@@ -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",