mirror of https://github.com/zulip/zulip.git
fetch-contributor-data: Sort repo names.
This commit is contained in:
parent
42343cd8d9
commit
ffda5fb428
|
@ -106,15 +106,15 @@ def update_contributor_data_file() -> None:
|
||||||
# the total count, including those that should *not* have tabs on the team
|
# the total count, including those that should *not* have tabs on the team
|
||||||
# page (e.g. if they are deprecated).
|
# page (e.g. if they are deprecated).
|
||||||
repo_names = [
|
repo_names = [
|
||||||
"zulip",
|
|
||||||
"zulip-desktop",
|
|
||||||
"zulip-mobile",
|
|
||||||
"python-zulip-api",
|
"python-zulip-api",
|
||||||
"zulip-js",
|
"zulip",
|
||||||
"zulipbot",
|
|
||||||
"zulip-terminal",
|
|
||||||
"zulip-ios-legacy",
|
|
||||||
"zulip-android",
|
"zulip-android",
|
||||||
|
"zulip-desktop",
|
||||||
|
"zulip-ios-legacy",
|
||||||
|
"zulip-js",
|
||||||
|
"zulip-mobile",
|
||||||
|
"zulip-terminal",
|
||||||
|
"zulipbot",
|
||||||
]
|
]
|
||||||
|
|
||||||
data: ContributorsJSON = dict(date=str(datetime.now(tz=timezone.utc).date()), contributors=[])
|
data: ContributorsJSON = dict(date=str(datetime.now(tz=timezone.utc).date()), contributors=[])
|
||||||
|
|
Loading…
Reference in New Issue