cffbots / filtering

Tool to discover github repos that could benefit from cffconvert-github-action
Apache License 2.0
1 stars 0 forks source link

Add functionality to filter based on whether the repo's CITATION.cff has seen multiple updates #10

Closed jspaaks closed 2 years ago

jspaaks commented 2 years ago

(Spawned from #1)

abelsiqueira commented 2 years ago

This could be a sorting criterion, instead of a filter.

fdiblen commented 2 years ago

We can use https://octokit.github.io/rest.js/v18#repos-list-commits to list commits to change CITATION.cff. One should use path parameter to point to CITATION.cff. If there are more than 1 commits, that means the developers updated the file.

abelsiqueira commented 2 years ago

Merged