[auto. ping] Avoid sending empty info + add more team members (#34383)
* update * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,18 @@ if __name__ == "__main__":
|
||||
data = json.load(fp)
|
||||
|
||||
# TODO: extend
|
||||
team_members = ["ydshieh", "zucchini-nlp", "ArthurZucker", "gante", "LysandreJik", "molbap", "qubvel"]
|
||||
team_members = [
|
||||
"ydshieh",
|
||||
"zucchini-nlp",
|
||||
"ArthurZucker",
|
||||
"gante",
|
||||
"LysandreJik",
|
||||
"molbap",
|
||||
"qubvel",
|
||||
"Rocketknight1",
|
||||
"muellerzr",
|
||||
"SunMarc",
|
||||
]
|
||||
|
||||
# Counting the number of failures grouped by authors
|
||||
new_data = {}
|
||||
|
||||
Reference in New Issue
Block a user