Skip to content

Commit 87df265

Browse files
committed
Add: additional repos to parse contributors
1 parent e6e7eac commit 87df265

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
## [Unreleased]
66

7+
* Add: pyos Repos that contributors contribute to (@lwasser, #197)
8+
79
## [v0.3.5] - 2024-08-15
810

911
This is a tiny release to add support for pr and issue aggregation in our metrics.
1012

1113
### Add
1214

1315
* Add: Endpoint variable to support both prs and issues to GitHubAPI (@lwasser)
16+
* Add: Tests for the contributors module & file_io (@willingc)
1417

1518
## [v0.3.4] - 2024-08-01
1619

src/pyosmeta/cli/update_contributors.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
from pyosmeta.github_api import GitHubAPI
99
from pyosmeta.models import PersonModel
1010

11-
# TODO - https://stackoverflow.com
12-
# /questions/55762673/how-to-parse-list-of-models-with-pydantic
13-
# I can use TypeAdapter to convert the json data to model objects!
14-
1511

1612
def main():
1713
update_dates = False
@@ -36,6 +32,11 @@ def main():
3632
"pyopensci.github.io",
3733
"software-review",
3834
"pyosmeta",
35+
"handbook",
36+
"software-submission",
37+
"peer-review-metrics",
38+
"pyosPackage",
39+
"pyos-sphinx-theme",
3940
]
4041
json_files = create_paths(repos)
4142

0 commit comments

Comments
 (0)