tweak script
This commit is contained in:
parent
fc640c944a
commit
f8f2f8c381
|
@ -5,7 +5,7 @@ from github import Github
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php']
|
TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php', 'dart']
|
||||||
|
|
||||||
TOKEN=sys.argv[1]
|
TOKEN=sys.argv[1]
|
||||||
MILESTONE=sys.argv[2]
|
MILESTONE=sys.argv[2]
|
||||||
|
|
Loading…
Reference in New Issue