nodiscc / hecat

Generic automation tool around data stored as plaintext YAML files
GNU General Public License v3.0
29 stars 5 forks source link

processors/github_metadata: incorrect last commit date fetched for some repositories #100

Closed nodiscc closed 1 year ago

nodiscc commented 1 year ago
$ source .venv/bin/activate && \
hecat --config .hecat/update-metadata.yml
INFO:utils.py: loading data from .hecat/update-metadata.yml
INFO:main.py: running step update all metadata from Github API
INFO:github_metadata.py: updating software data from Github API
INFO:github_metadata.py: Missing metadata for openSIPS, gathering it from Github API
INFO:main.py: all steps completed

$ grep updated_at software/opensips.yml
updated_at: '2020-11-20'

But the default branch for this repository is master, and the commit log indicates that the latest commit is from a few hours ago https://github.com/OpenSIPS/opensips/commits/master

nodiscc commented 1 year ago

Can't reproduce anymore

$ grep updated_at software/opensips.yml
updated_at: '2023-05-19'