update github labels
authorFrançois Michonneau <francois.michonneau@gmail.com>
Mon, 9 Apr 2018 20:07:20 +0000 (16:07 -0400)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Mon, 9 Apr 2018 20:07:20 +0000 (16:07 -0400)
bin/repo_check.py

index ba1edf5bf44c0d395f3ddaa6d2b9ae05e3b77057..d8f379cccb0ac52b1a5aea8f02b8710be1db216a 100755 (executable)
@@ -35,15 +35,26 @@ F_API_URL = 'https://api.github.com/repos/{0}/{1}/labels'
 
 # Expected labels and colors.
 EXPECTED = {
-    'bug' : 'bd2c00',
-    'discussion' : 'fc8dc1',
-    'enhancement' : '9cd6dc',
-    'help-wanted' : 'f4fd9c',
-    'instructor-training' : '6e5494',
-    'newcomer-friendly' : 'eec275',
-    'question' : '808040',
-    'template-and-tools' : '2b3990',
-    'work-in-progress' : '7ae78e'
+    'help wanted' : 'dcecc7',
+    'status:in progress' : '9bcc65',
+    'status:changes requested' : '679f38',
+    'status:wait' : 'fff2df',
+    'status:refer to cac' : 'ffdfb2',
+    'status:need more info' : 'ee6c00',
+    'status:blocked' : 'e55100',
+    'status:out of scope' : 'eeeeee',
+    'status:duplicate' : 'bdbdbd',
+    'type:typo text' : 'f8bad0',
+    'type:bug' : 'eb3f79',
+    'type:formatting' : 'ac1357',
+    'type:template and tools' : '7985cb',
+    'type:instructor guide' : '00887a',
+    'type:discussion' : 'b2e5fc',
+    'type:enhancement' : '7fdeea',
+    'type:clarification' : '00acc0',
+    'type:teaching example' : 'ced8dc',
+    'good first issue' : 'ffeb3a',
+    'high priority' : 'd22e2e'
 }