Skip to content

Commit

Permalink
Add: additional repos to parse contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Aug 15, 2024
1 parent e6e7eac commit a7e0ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

## [Unreleased]

* Add: pyos Repos that contributors contribute to (@lwasser, #197)

## [v0.3.5] - 2024-08-15

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

### Add

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

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

Expand Down
9 changes: 5 additions & 4 deletions src/pyosmeta/cli/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
from pyosmeta.github_api import GitHubAPI
from pyosmeta.models import PersonModel

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


def main():
update_dates = False
Expand All @@ -36,6 +32,11 @@ def main():
"pyopensci.github.io",
"software-review",
"pyosmeta",
"handbook",
"software-submission",
"peer-review-metrics",
"pyosPackage",
"pyos-sphinx-theme",
]
json_files = create_paths(repos)

Expand Down

0 comments on commit a7e0ac2

Please sign in to comment.