소스 검색

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